1 implementation of IFeatureFlag
Microsoft.TestPlatform.CoreUtilities (1)
FeatureFlag\FeatureFlag.cs (1)
24internal partial class FeatureFlag : IFeatureFlag
13 references to IFeatureFlag
Microsoft.TestPlatform.CoreUtilities (1)
FeatureFlag\FeatureFlag.cs (1)
28public static IFeatureFlag Instance { get; private set; } = new FeatureFlag();
Microsoft.TestPlatform.CrossPlatEngine (2)
PostProcessing\ArtifactProcessingManager.cs (2)
40private readonly IFeatureFlag _featureFlag; 56IFeatureFlag featureFlag)
Microsoft.VisualStudio.TestPlatform.Common (2)
ExtensionDecorators\ExtensionDecoratorFactory.cs (2)
11private readonly IFeatureFlag _featureFlag; 13public ExtensionDecoratorFactory(IFeatureFlag featureFlag)
vstest.console (4)
Internal\ConsoleLogger.cs (2)
129internal ConsoleLogger(IOutput output, IProgressIndicator progressIndicator, IFeatureFlag featureFlag, CommandLineOptions? commandLineOptions = null) 151private readonly IFeatureFlag _featureFlag = FeatureFlag.Instance;
Processors\ArtifactProcessingPostProcessModeProcessor.cs (1)
53public static bool ContainsPostProcessCommand(string[]? args, IFeatureFlag? featureFlag = null)
Processors\Utilities\ArgumentProcessorFactory.cs (1)
75internal static ArgumentProcessorFactory Create(IFeatureFlag? featureFlag = null, IRunSettingsProvider? runSettingsProvider = null, IRunSettingsHelper? runSettingsHelper = null, CommandLineOptions? commandLineOptions = null, ITestRequestManager? testRequestManager = null)
vstest.console.arm64 (4)
src\vstest\src\vstest.console\Internal\ConsoleLogger.cs (2)
129internal ConsoleLogger(IOutput output, IProgressIndicator progressIndicator, IFeatureFlag featureFlag, CommandLineOptions? commandLineOptions = null) 151private readonly IFeatureFlag _featureFlag = FeatureFlag.Instance;
src\vstest\src\vstest.console\Processors\ArtifactProcessingPostProcessModeProcessor.cs (1)
53public static bool ContainsPostProcessCommand(string[]? args, IFeatureFlag? featureFlag = null)
src\vstest\src\vstest.console\Processors\Utilities\ArgumentProcessorFactory.cs (1)
75internal static ArgumentProcessorFactory Create(IFeatureFlag? featureFlag = null, IRunSettingsProvider? runSettingsProvider = null, IRunSettingsHelper? runSettingsHelper = null, CommandLineOptions? commandLineOptions = null, ITestRequestManager? testRequestManager = null)