Implemented interface member:
method
IsLLMEnvironment
Microsoft.DotNet.Cli.Telemetry.ILLMEnvironmentDetector.IsLLMEnvironment()
2 references to IsLLMEnvironment
dotnet (2)
Commands\Run\CommonRunHelpers.cs (1)
29
if (new Telemetry.LLMEnvironmentDetectorForTelemetry().
IsLLMEnvironment
())
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
82
if (noAnsi || new LLMEnvironmentDetectorForTelemetry().
IsLLMEnvironment
())