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