1 write to _code
Microsoft.VisualStudio.LanguageServices.Razor (1)
Snippets\XmlSnippetParser.ExpansionTemplate.cs (1)
48_code = Regex.Replace(code.Value, "(?<!\r)\n", "\r\n");
6 references to _code
Microsoft.VisualStudio.LanguageServices.Razor (6)
Snippets\XmlSnippetParser.ExpansionTemplate.cs (6)
93while (currentCharIndex < _code!.Length) 100if (_code[currentCharIndex] == _delimiter) 109var token = _code.Substring(currentTokenCharIndex, iTokenLen); 121if (_code[currentCharIndex] == _delimiter) 129var fieldName = _code[currentTokenCharIndex..currentCharIndex]; 180var remaining = _code[currentTokenCharIndex..currentCharIndex];