1 write to _discoveryPhaseIndex
Microsoft.CodeAnalysis.Razor.Compiler (1)
SourceGenerators\SourceGeneratorProjectEngine.cs (1)
38_discoveryPhaseIndex = index;
6 references to _discoveryPhaseIndex
Microsoft.CodeAnalysis.Razor.Compiler (6)
SourceGenerators\SourceGeneratorProjectEngine.cs (6)
29if (_discoveryPhaseIndex >= 0 && _rewritePhaseIndex >= 0) 50Debug.Assert(_discoveryPhaseIndex >= 0); 52Debug.Assert(_discoveryPhaseIndex < _rewritePhaseIndex); 59codeDocument = ExecutePhases(Phases[.._discoveryPhaseIndex], codeDocument, cancellationToken); 74int startIndex = _discoveryPhaseIndex; 106startIndex = _discoveryPhaseIndex + 1;