3 overrides of IsMatch
dotnet (3)
Telemetry\EnvironmentDetectionRule.cs (3)
35public override bool IsMatch() 53public override bool IsMatch() 71public override bool IsMatch()
2 references to IsMatch
dotnet (2)
Telemetry\CIEnvironmentDetectorForTelemetry.cs (1)
48return _detectionRules.Any(rule => rule.IsMatch());
Telemetry\EnvironmentDetectionRule.cs (1)
99return _rule.IsMatch()