1 write to _utf8PhaseIndex
Microsoft.CodeAnalysis.Razor.Compiler (1)
SourceGenerators\SourceGeneratorProjectEngine.cs (1)
45
_utf8PhaseIndex
= index;
5 references to _utf8PhaseIndex
Microsoft.CodeAnalysis.Razor.Compiler (5)
SourceGenerators\SourceGeneratorProjectEngine.cs (5)
59
Debug.Assert(
_utf8PhaseIndex
>= 0);
62
Debug.Assert(_rewritePhaseIndex <
_utf8PhaseIndex
);
63
Debug.Assert(
_utf8PhaseIndex
< _csharpLoweringPhaseIndex);
203
codeDocument = ExecutePhases(Phases[(_rewritePhaseIndex + 1)..
_utf8PhaseIndex
], codeDocument, cancellationToken);
218
codeDocument = ExecutePhases(Phases[
_utf8PhaseIndex
.._csharpLoweringPhaseIndex], codeDocument, cancellationToken);