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)
58Debug.Assert(_rewritePhaseIndex >= 0); 61Debug.Assert(_discoveryPhaseIndex < _rewritePhaseIndex); 62Debug.Assert(_rewritePhaseIndex < _utf8PhaseIndex); 144return ExecutePhases(Phases[(_discoveryPhaseIndex + 1)..(_rewritePhaseIndex + 1)], codeDocument, cancellationToken); 203codeDocument = ExecutePhases(Phases[(_rewritePhaseIndex + 1).._utf8PhaseIndex], codeDocument, cancellationToken);