6 references to AddCharacterParts
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
Utilities\PatternMatcherTests.cs (1)
446StringBreaker.AddCharacterParts(identifier, ref parts.AsRef());
Microsoft.CodeAnalysis.Workspaces (5)
FindSymbols\TopLevelSyntaxTree\NavigateToSearchIndex.NavigateToSearchInfo.cs (4)
216StringBreaker.AddCharacterParts(name, ref charParts.AsRef()); 369StringBreaker.AddCharacterParts(fullyQualifiedContainerName, ref charParts.AsRef()); 485StringBreaker.AddCharacterParts(patternContainer, ref charParts.AsRef()); 633StringBreaker.AddCharacterParts(pattern, ref charParts.AsRef());
PatternMatching\PatternMatcher.TextChunk.cs (1)
39StringBreaker.AddCharacterParts(text, ref PatternHumps);