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