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)
64return (_captureNameToSpan.ToImmutable(), _captureNumberToSpan.ToImmutable()); 191AddIfMissing(_captureNameToSpan, list: _captureNames, (string)token.Value, span); 222_captureNumberToSpan.Add(_autoNumber, _captureNameToSpan[name]);