5 references to AttributeInfo
Microsoft.CodeAnalysis (5)
MetadataReader\PEModule.cs (5)
2252result.Add(new AttributeInfo(attributeHandle, signatureIndex)); 2285return new AttributeInfo(attributeHandle, signatureIndex); 2306attrInfo = new AttributeInfo(attributeHandle, signatureIndex); 2366attributeInfo = new AttributeInfo(attributeHandle, signatureIndex); 2397_lazyTypeDefToTypeIdentifierMap.TryAdd(typeDef, new AttributeInfo(customAttribute, signatureIndex));