2 writes to _fullPatternSegment
Microsoft.CodeAnalysis.Workspaces (2)
PatternMatching\SimplePatternMatcher.cs (2)
27
_fullPatternSegment
= new PatternSegment(pattern);
44
=> MatchPatternSegment(candidate, ref
_fullPatternSegment
, ref matches);
2 references to _fullPatternSegment
Microsoft.CodeAnalysis.Workspaces (2)
PatternMatching\SimplePatternMatcher.cs (2)
28
_invalidPattern =
_fullPatternSegment
.IsInvalid;
34
_fullPatternSegment
.Dispose();