4 references to AssemblyKeyword
Microsoft.CodeAnalysis.CSharp.Features (1)
CodeFixes\Suppression\CSharpSuppressionCodeFixProvider.cs (1)
166
var targetSpecifier = AttributeTargetSpecifier(
AssemblyKeyword
);
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
1102
return [.. attributes.Select(list => list.WithTarget(SyntaxFactory.AttributeTargetSpecifier(
AssemblyKeyword
)))];
Microsoft.CodeAnalysis.CSharp.Workspaces.UnitTests (1)
CodeGeneration\AddAttributesTests.cs (1)
49
AssemblyKeyword
));
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
CodeGeneration\CodeGenerationTests.CSharp.cs (1)
1112
""", typeof(SerializableAttribute),
AssemblyKeyword
);