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)
31if (_discoveryPhaseIndex >= 0 && _rewritePhaseIndex >= 0) 53Debug.Assert(_rewritePhaseIndex >= 0); 54Debug.Assert(_discoveryPhaseIndex < _rewritePhaseIndex); 135return ExecutePhases(Phases[(_discoveryPhaseIndex + 1)..(_rewritePhaseIndex + 1)], codeDocument, cancellationToken); 200codeDocument = ExecutePhases(Phases[(_rewritePhaseIndex + 1)..], codeDocument, cancellationToken);