3 references to VSTEST_DISABLE_STANDARD_OUTPUT_FORWARDING
Microsoft.TestPlatform.CoreUtilities (1)
FeatureFlag\FeatureFlag.cs (1)
70
public const string VSTEST_DISABLE_STANDARD_OUTPUT_FORWARDING = nameof(
VSTEST_DISABLE_STANDARD_OUTPUT_FORWARDING
);
Microsoft.VisualStudio.TestPlatform.Client (1)
DesignMode\DesignModeClient.cs (1)
81
_forwardOutput = !FeatureFlag.Instance.IsSet(FeatureFlag.
VSTEST_DISABLE_STANDARD_OUTPUT_FORWARDING
);
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
RunSettings\RunConfiguration.cs (1)
97
ForwardStandardOutput = !FeatureFlag.Instance.IsSet(FeatureFlag.
VSTEST_DISABLE_STANDARD_OUTPUT_FORWARDING
);