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))]
50
public bool RecordingExecutedSteps =>
_namedSteps
is not null;
54
return new GeneratorRunStateTable(StepCollectionToImmutable(
_namedSteps
), StepCollectionToImmutable(_outputSteps));
86
addToNamedStepCollection(
_namedSteps
, step);