1 instantiation of GeneratorAttributeSyntaxContext
Microsoft.CodeAnalysis (1)
SourceGeneration\Nodes\SyntaxValueProvider_ForAttributeWithMetadataName.cs (1)
127
new
GeneratorAttributeSyntaxContext
(targetNode, targetSymbol, semanticModel, attributes),
5 references to GeneratorAttributeSyntaxContext
EventSourceGenerator (1)
EventSourceGenerator.Parser.cs (1)
19
private static EventSourceClass? GetSemanticTargetForGeneration(
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
86
Func<
GeneratorAttributeSyntaxContext
, CancellationToken, T> transform)
Microsoft.Diagnostics.DataContractReader.DataGenerator (1)
Parser.cs (1)
22
public static CdacTypeModel? Parse(
GeneratorAttributeSyntaxContext
context)
System.Text.RegularExpressions.Generator (1)
RegexGenerator.Parser.cs (1)
27
GeneratorAttributeSyntaxContext
context, CancellationToken cancellationToken)