Implemented interface member:
method
GetLLMEnvironment
Microsoft.DotNet.Cli.Telemetry.ILLMEnvironmentDetector.GetLLMEnvironment()
2 references to GetLLMEnvironment
dotnet (1)
Telemetry\LLMEnvironmentDetectorForTelemetry.cs (1)
32public bool IsLLMEnvironment() => !string.IsNullOrEmpty(GetLLMEnvironment());
dotnet.Tests (1)
TelemetryCommonPropertiesTests.cs (1)
205new LLMEnvironmentDetectorForTelemetry().GetLLMEnvironment().Should().Be(expected);