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