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