6 references to IndexOfAttribute
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Metadata\PE\PEModuleSymbol.cs (2)
662
return assemblyAttributes.
IndexOfAttribute
(this, AttributeDescription.CompilationRelaxationsAttribute) >= 0;
671
return assemblyAttributes.
IndexOfAttribute
(this, AttributeDescription.RuntimeCompatibilityAttribute) >= 0;
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (1)
331
int i = boundAttributes.
IndexOfAttribute
(this, AttributeDescription.FieldOffsetAttribute);
Symbols\Source\SourceNamedTypeSymbol.cs (3)
1481
int index = boundAttributes.
IndexOfAttribute
(this, AttributeDescription.ComImportAttribute);
1529
int index = boundAttributes.
IndexOfAttribute
(this, AttributeDescription.CoClassAttribute);
1538
int index = boundAttributes.
IndexOfAttribute
(this, AttributeDescription.DefaultMemberAttribute);