1 write to Attributes
Microsoft.CodeAnalysis (1)
SourceGeneration\Nodes\SyntaxValueProvider_ForAttributeWithMetadataName.cs (1)
53
Attributes
= attributes;
13 references to Attributes
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (11)
SourceGeneration\GeneratorDriverTests_Attributes_FullyQualifiedName.cs (11)
952
Assert.True(ctx.
Attributes
.Length == 1);
999
Assert.True(ctx.
Attributes
.Length == 1);
1543
Assert.True(ctx.
Attributes
.Length == 2);
1580
Assert.True(ctx.
Attributes
.Length == 2);
1618
Assert.True(ctx.
Attributes
.Length == 1);
1656
Assert.True(ctx.
Attributes
.Length == 1);
1694
Assert.True(ctx.
Attributes
.Length == 1);
1732
Assert.True(ctx.
Attributes
.Length == 1);
1966
Assert.True(context.
Attributes
.Length == 1);
2014
Assert.True(context.
Attributes
.Length == 1);
2087
Assert.True(context.
Attributes
.Length == 1);
Microsoft.Interop.SourceGeneration (1)
IncrementalGeneratorInitializationContextExtensions.cs (1)
33
(context, ct) => SymbolEqualityComparer.Default.Equals(context.
Attributes
[0].AttributeClass.ContainingAssembly, context.SemanticModel.Compilation.GetSpecialType(SpecialType.System_Object).ContainingAssembly))
System.Text.RegularExpressions.Generator (1)
RegexGenerator.Parser.cs (1)
62
ImmutableArray<AttributeData> boundAttributes = context.
Attributes
;