1 write to _text
Microsoft.CodeAnalysis.BannedApiAnalyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\WordParser.cs (1)
106
_text
= text ?? throw new ArgumentNullException(nameof(text));
5 references to _text
Microsoft.CodeAnalysis.BannedApiAnalyzers (5)
src\RoslynAnalyzers\Utilities\Compiler\WordParser.cs (5)
556
while (_index <
_text
.Length)
558
char c =
_text
[_index++];
574
for (int index = _index; index <
_text
.Length; index++)
576
char c =
_text
[index];
596
char c =
_text
[--_index];