1 instantiation of GeneratorAttributeSyntaxContext
Microsoft.CodeAnalysis (1)
SourceGeneration\Nodes\SyntaxValueProvider_ForAttributeWithMetadataName.cs (1)
121new GeneratorAttributeSyntaxContext(targetNode, targetSymbol, semanticModel, attributes),
6 references to GeneratorAttributeSyntaxContext
Microsoft.AspNetCore.Http.ValidationsGenerator (1)
Parsers\ValidationsGenerator.AttributeParser.cs (1)
19internal ImmutableArray<ValidatableType> TransformValidatableTypeWithAttribute(GeneratorAttributeSyntaxContext context, CancellationToken cancellationToken)
Microsoft.CodeAnalysis (2)
SourceGeneration\Nodes\SyntaxValueProvider_ForAttributeWithMetadataName.cs (2)
72/// cref="GeneratorAttributeSyntaxContext.TargetNode"/>) should be transformed. Nodes that do not pass this 81Func<GeneratorAttributeSyntaxContext, CancellationToken, T> transform)
Microsoft.Interop.ComInterfaceGenerator (1)
ComClassGenerator.cs (1)
31var context = data.Left;
System.Private.CoreLib.Generators (1)
EventSourceGenerator.Parser.cs (1)
17private static EventSourceClass? GetSemanticTargetForGeneration(GeneratorAttributeSyntaxContext context, CancellationToken cancellationToken)
System.Text.RegularExpressions.Generator (1)
RegexGenerator.Parser.cs (1)
27GeneratorAttributeSyntaxContext context, CancellationToken cancellationToken)