5 references to AttributeInfo
Microsoft.CodeAnalysis (5)
MetadataReader\PEModule.cs (5)
2524result.Add(new AttributeInfo(attributeHandle, signatureIndex)); 2557return new AttributeInfo(attributeHandle, signatureIndex); 2578attrInfo = new AttributeInfo(attributeHandle, signatureIndex); 2638attributeInfo = new AttributeInfo(attributeHandle, signatureIndex); 2669_lazyTypeDefToTypeIdentifierMap.TryAdd(typeDef, new AttributeInfo(customAttribute, signatureIndex));