1 write to _namedSteps
Microsoft.CodeAnalysis (1)
SourceGeneration\Nodes\GeneratorRunStateTable.cs (1)
34_namedSteps = new Dictionary<string, HashSet<IncrementalGeneratorRunStep>>();
4 references to _namedSteps
Microsoft.CodeAnalysis (4)
SourceGeneration\Nodes\GeneratorRunStateTable.cs (4)
49[MemberNotNullWhen(true, nameof(_namedSteps), nameof(_outputSteps))] 50public bool RecordingExecutedSteps => _namedSteps is not null; 54return new GeneratorRunStateTable(StepCollectionToImmutable(_namedSteps), StepCollectionToImmutable(_outputSteps)); 86addToNamedStepCollection(_namedSteps, step);