1 write to _comparer
Microsoft.CodeAnalysis (1)
SourceGeneration\Nodes\InputNode.cs (1)
43_comparer = comparer;
3 references to _comparer
Microsoft.CodeAnalysis (3)
SourceGeneration\Nodes\InputNode.cs (3)
72tableBuilder = graphState.CreateTableBuilder(previousTable, _name, _comparer); 173public IIncrementalGeneratorNode<T> WithTrackingName(string name) => new InputNode<T>(_getInput, _registerOutput, _hashSetPool, _comparer, name); 175public InputNode<T> WithRegisterOutput(Action<IIncrementalGeneratorOutputNode> registerOutput) => new InputNode<T>(_getInput, registerOutput, _hashSetPool, _comparer, _name);