1 write to _rewritePhaseIndex
Microsoft.CodeAnalysis.Razor.Compiler (1)
SourceGenerators\SourceGeneratorProjectEngine.cs (1)
41
_rewritePhaseIndex
= index;
5 references to _rewritePhaseIndex
Microsoft.CodeAnalysis.Razor.Compiler (5)
SourceGenerators\SourceGeneratorProjectEngine.cs (5)
58
Debug.Assert(
_rewritePhaseIndex
>= 0);
61
Debug.Assert(_discoveryPhaseIndex <
_rewritePhaseIndex
);
62
Debug.Assert(
_rewritePhaseIndex
< _utf8PhaseIndex);
144
return ExecutePhases(Phases[(_discoveryPhaseIndex + 1)..(
_rewritePhaseIndex
+ 1)], codeDocument, cancellationToken);
203
codeDocument = ExecutePhases(Phases[(
_rewritePhaseIndex
+ 1).._utf8PhaseIndex], codeDocument, cancellationToken);