1 write to _rewritePhaseIndex
Microsoft.CodeAnalysis.Razor.Compiler (1)
SourceGenerators\SourceGeneratorProjectEngine.cs (1)
44
_rewritePhaseIndex
= index;
5 references to _rewritePhaseIndex
Microsoft.CodeAnalysis.Razor.Compiler (5)
SourceGenerators\SourceGeneratorProjectEngine.cs (5)
31
if (_discoveryPhaseIndex >= 0 &&
_rewritePhaseIndex
>= 0)
53
Debug.Assert(
_rewritePhaseIndex
>= 0);
54
Debug.Assert(_discoveryPhaseIndex <
_rewritePhaseIndex
);
135
return ExecutePhases(Phases[(_discoveryPhaseIndex + 1)..(
_rewritePhaseIndex
+ 1)], codeDocument, cancellationToken);
200
codeDocument = ExecutePhases(Phases[(
_rewritePhaseIndex
+ 1)..], codeDocument, cancellationToken);