1 write to _expectedValue
Microsoft.DotNet.Cli.Definitions (1)
Telemetry\EnvironmentDetectionRule.cs (1)
101
_expectedValue
= expectedValue ?? throw new ArgumentNullException(nameof(expectedValue));
1 reference to _expectedValue
Microsoft.DotNet.Cli.Definitions (1)
Telemetry\EnvironmentDetectionRule.cs (1)
107
return !string.IsNullOrEmpty(value) && value.Equals(
_expectedValue
, StringComparison.OrdinalIgnoreCase);