5 references to PEAttributeData
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Metadata\PE\PEModuleSymbol.cs (2)
279moduleAssemblyAttributesBuilder.Add(new PEAttributeData(this, customAttributeHandle)); 399customAttributesBuilder.Add(new PEAttributeData(this, customAttributeHandle));
Symbols\Metadata\PE\PEParameterSymbol.cs (3)
1113builder.Add(new PEAttributeData(containingPEModuleSymbol, paramArrayAttribute)); 1118builder.Add(new PEAttributeData(containingPEModuleSymbol, paramCollectionAttribute)); 1123builder.Add(new PEAttributeData(containingPEModuleSymbol, constantAttribute));