1 write to CaptureNamesToSpan
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\RegularExpressions\RegexTree.cs (1)
27
CaptureNamesToSpan
= captureNamesToSpan;
3 references to CaptureNamesToSpan
Microsoft.CodeAnalysis.CSharp.EditorFeatures2.UnitTests (2)
EmbeddedLanguages\RegularExpressions\CSharpRegexParserTests.cs (2)
194
tree.
CaptureNamesToSpan
.Keys.OrderBy(v => v)));
212
tree.
CaptureNamesToSpan
.OrderBy(kvp => kvp.Key).Select(kvp =>
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\RegularExpressions\LanguageServices\RegexDocumentHighlighter.cs (1)
99
if (tree.
CaptureNamesToSpan
.TryGetValue(val, out var captureSpan))