5 references to AttributeInfo
Microsoft.CodeAnalysis (5)
MetadataReader\PEModule.cs (5)
2514result.Add(new AttributeInfo(attributeHandle, signatureIndex)); 2547return new AttributeInfo(attributeHandle, signatureIndex); 2568attrInfo = new AttributeInfo(attributeHandle, signatureIndex); 2628attributeInfo = new AttributeInfo(attributeHandle, signatureIndex); 2659_lazyTypeDefToTypeIdentifierMap.TryAdd(typeDef, new AttributeInfo(customAttribute, signatureIndex));