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)
93
while (currentCharIndex <
_code
!.Length)
100
if (
_code
[currentCharIndex] == _delimiter)
109
var token =
_code
.Substring(currentTokenCharIndex, iTokenLen);
121
if (
_code
[currentCharIndex] == _delimiter)
129
var fieldName =
_code
[currentTokenCharIndex..currentCharIndex];
180
var remaining =
_code
[currentTokenCharIndex..currentCharIndex];