3 references to new
Microsoft.CodeAnalysis.Workspaces (3)
PatternMatching\PatternMatcher.PatternSegment.cs (3)
23
public TextChunk TotalTextChunk =
new
(text);
99
result[resultIndex++] = new
TextChunk
(pattern.Substring(wordStart, wordLength));
107
result[resultIndex++] = new
TextChunk
(pattern.Substring(wordStart, wordLength));