9 references to _reasons
Microsoft.CodeAnalysis.Features (9)
ExternalAccess\UnitTesting\API\UnitTestingInvocationReasons.cs (9)
25public bool IsEmpty => _reasons.IsEmpty; 28=> _reasons.Contains(reason); 31=> new(_reasons.Union(invocationReasons._reasons)); 34=> new(_reasons.Add(reason)); 37=> _reasons.GetEnumerator(); 40=> _reasons.GetEnumerator(); 43=> _reasons.GetEnumerator(); 46=> string.Join("|", _reasons ?? []);