5 references to AttributeInfo
Microsoft.CodeAnalysis (5)
MetadataReader\PEModule.cs (5)
2545result.Add(new AttributeInfo(attributeHandle, signatureIndex)); 2578return new AttributeInfo(attributeHandle, signatureIndex); 2599attrInfo = new AttributeInfo(attributeHandle, signatureIndex); 2659attributeInfo = new AttributeInfo(attributeHandle, signatureIndex); 2690_lazyTypeDefToTypeIdentifierMap.TryAdd(typeDef, new AttributeInfo(customAttribute, signatureIndex));