1 write to _csharpLoweringPhaseIndex
Microsoft.CodeAnalysis.Razor.Compiler (1)
SourceGenerators\SourceGeneratorProjectEngine.cs (1)
49_csharpLoweringPhaseIndex = index;
4 references to _csharpLoweringPhaseIndex
Microsoft.CodeAnalysis.Razor.Compiler (4)
SourceGenerators\SourceGeneratorProjectEngine.cs (4)
60Debug.Assert(_csharpLoweringPhaseIndex >= 0); 63Debug.Assert(_utf8PhaseIndex < _csharpLoweringPhaseIndex); 218codeDocument = ExecutePhases(Phases[_utf8PhaseIndex.._csharpLoweringPhaseIndex], codeDocument, cancellationToken); 225var codeDocument = ExecutePhases(Phases[_csharpLoweringPhaseIndex..], sgDocument.CodeDocument, cancellationToken);