6 references to CustomAttributes
ILCompiler.Compiler (1)
Compiler\UnmanagedEntryPointsRootProvider.cs (1)
68
foreach (CustomAttributeHandle caHandle in reader.
CustomAttributes
)
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\AttributePresenceFilterNode.cs (1)
47
foreach (var handle in reader.
CustomAttributes
)
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
3214
foreach (var attributeHandle in MetadataReader.
CustomAttributes
)
Microsoft.VisualStudio.TestPlatform.Common (1)
Utilities\MetadataReaderHelper.cs (1)
73
foreach (var customAttributeHandle in metadataReader.
CustomAttributes
)
vstest.console (1)
CommandLine\AssemblyMetadataProvider.cs (1)
136
foreach (var customAttributeHandle in metadataReader.
CustomAttributes
)
vstest.console.arm64 (1)
src\vstest\src\vstest.console\CommandLine\AssemblyMetadataProvider.cs (1)
136
foreach (var customAttributeHandle in metadataReader.
CustomAttributes
)