2 writes to PatternHumps
Microsoft.CodeAnalysis.Workspaces (2)
PatternMatching\PatternMatcher.TextChunk.cs (2)
46PatternHumps = TemporaryArray<TextSpan>.Empty; 47StringBreaker.AddCharacterParts(text, ref PatternHumps);
3 references to PatternHumps
Microsoft.CodeAnalysis.Workspaces (3)
PatternMatching\PatternMatcher.cs (2)
476if (patternChunk.PatternHumps.Count > 0) 519ref readonly var patternHumps = ref patternChunk.PatternHumps;
PatternMatching\PatternMatcher.TextChunk.cs (1)
59this.PatternHumps.Dispose();