2 references to MatchPatternSegment
Microsoft.CodeAnalysis.Workspaces (2)
PatternMatching\ContainerPatternMatcher.cs (1)
72if (!MatchPatternSegment(containerName, ref _patternSegments[i], ref tempContainerMatches.AsRef()))
PatternMatching\SimplePatternMatcher.cs (1)
44=> MatchPatternSegment(candidate, ref _fullPatternSegment, ref matches);