diff --git a/xml/System.Diagnostics.CodeAnalysis/FeatureSwitchDefinitionAttribute.xml b/xml/System.Diagnostics.CodeAnalysis/FeatureSwitchDefinitionAttribute.xml index d59eeec740d..45d01062fac 100644 --- a/xml/System.Diagnostics.CodeAnalysis/FeatureSwitchDefinitionAttribute.xml +++ b/xml/System.Diagnostics.CodeAnalysis/FeatureSwitchDefinitionAttribute.xml @@ -31,9 +31,15 @@ corresponds to the feature switch specified by name. - - IL rewriters and compilers can use this attribute to substitute the return value - of the specified property with the value of the feature switch. + - + ``` - ]]> diff --git a/xml/System.Diagnostics/ProcessStartInfo.xml b/xml/System.Diagnostics/ProcessStartInfo.xml index 960739fccfb..1e0c78c8ea2 100644 --- a/xml/System.Diagnostics/ProcessStartInfo.xml +++ b/xml/System.Diagnostics/ProcessStartInfo.xml @@ -645,7 +645,7 @@ If you use this property to set command-line arguments, Gets the environment variables that apply to this process and its child processes. - A generic dictionary containing the environment variables that apply to this process and its child processes. The default is . + A generic dictionary containing the environment variables that apply to this process and its child processes. Gets search paths for files, directories for temporary files, application-specific options, and other similar information. - A string dictionary that provides environment variables that apply to this process and child processes. The default is . + A string dictionary that provides environment variables that apply to this process and child processes.