1 write to _captureNameToSpan
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\RegularExpressions\RegexParser.CaptureInfoAnalyzer.cs (1)
42
_captureNameToSpan
= ImmutableDictionary.CreateBuilder<string, TextSpan>();
3 references to _captureNameToSpan
Microsoft.CodeAnalysis.Features (3)
EmbeddedLanguages\RegularExpressions\RegexParser.CaptureInfoAnalyzer.cs (3)
64
return (
_captureNameToSpan
.ToImmutable(), _captureNumberToSpan.ToImmutable());
191
AddIfMissing(
_captureNameToSpan
, list: _captureNames, (string)token.Value, span);
222
_captureNumberToSpan.Add(_autoNumber,
_captureNameToSpan
[name]);