1 write to _utf8PhaseIndex
Microsoft.CodeAnalysis.Razor.Compiler (1)
SourceGenerators\SourceGeneratorProjectEngine.cs (1)
45_utf8PhaseIndex = index;
5 references to _utf8PhaseIndex
Microsoft.CodeAnalysis.Razor.Compiler (5)
SourceGenerators\SourceGeneratorProjectEngine.cs (5)
59Debug.Assert(_utf8PhaseIndex >= 0); 62Debug.Assert(_rewritePhaseIndex < _utf8PhaseIndex); 63Debug.Assert(_utf8PhaseIndex < _csharpLoweringPhaseIndex); 203codeDocument = ExecutePhases(Phases[(_rewritePhaseIndex + 1).._utf8PhaseIndex], codeDocument, cancellationToken); 218codeDocument = ExecutePhases(Phases[_utf8PhaseIndex.._csharpLoweringPhaseIndex], codeDocument, cancellationToken);