5 references to AttributeInfo
Microsoft.CodeAnalysis (5)
MetadataReader\PEModule.cs (5)
2530result.Add(new AttributeInfo(attributeHandle, signatureIndex)); 2563return new AttributeInfo(attributeHandle, signatureIndex); 2584attrInfo = new AttributeInfo(attributeHandle, signatureIndex); 2644attributeInfo = new AttributeInfo(attributeHandle, signatureIndex); 2675_lazyTypeDefToTypeIdentifierMap.TryAdd(typeDef, new AttributeInfo(customAttribute, signatureIndex));