1 write to _discoveryPhaseIndex
Microsoft.CodeAnalysis.Razor.Compiler (1)
SourceGenerators\SourceGeneratorProjectEngine.cs (1)
39_discoveryPhaseIndex = index;
6 references to _discoveryPhaseIndex
Microsoft.CodeAnalysis.Razor.Compiler (6)
SourceGenerators\SourceGeneratorProjectEngine.cs (6)
30if (_discoveryPhaseIndex >= 0 && _rewritePhaseIndex >= 0) 51Debug.Assert(_discoveryPhaseIndex >= 0); 53Debug.Assert(_discoveryPhaseIndex < _rewritePhaseIndex); 60codeDocument = ExecutePhases(Phases[.._discoveryPhaseIndex], codeDocument, cancellationToken); 75int startIndex = _discoveryPhaseIndex; 107startIndex = _discoveryPhaseIndex + 1;