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