2 writes to _invalidPattern
Microsoft.CodeAnalysis.Workspaces (2)
PatternMatching\ContainerPatternMatcher.cs (1)
32
_invalidPattern
= _patternSegments.Length == 0 || _patternSegments.Any(s => s.IsInvalid);
PatternMatching\SimplePatternMatcher.cs (1)
28
_invalidPattern
= _fullPatternSegment.IsInvalid;
1 reference to _invalidPattern
Microsoft.CodeAnalysis.Workspaces (1)
PatternMatching\PatternMatcher.cs (1)
109
=>
_invalidPattern
|| string.IsNullOrWhiteSpace(candidate);