1 instantiation of SyntaxValueProvider
Microsoft.CodeAnalysis (1)
SourceGeneration\IncrementalContexts.cs (1)
48public SyntaxValueProvider SyntaxProvider => new(this, _syntaxInputBuilder, RegisterOutput, SyntaxHelper);
2 references to SyntaxValueProvider
Microsoft.CodeAnalysis (2)
SourceGeneration\IncrementalContexts.cs (1)
48public SyntaxValueProvider SyntaxProvider => new(this, _syntaxInputBuilder, RegisterOutput, SyntaxHelper);
SourceGeneration\Nodes\SyntaxValueProvider_ForAttributeWithMetadataName.cs (1)
37/// name matches the name requested in <see cref="SyntaxValueProvider.ForAttributeWithMetadataName{T}"/>.