5 references to AttributeInfo
Microsoft.CodeAnalysis (5)
MetadataReader\PEModule.cs (5)
2528result.Add(new AttributeInfo(attributeHandle, signatureIndex)); 2561return new AttributeInfo(attributeHandle, signatureIndex); 2582attrInfo = new AttributeInfo(attributeHandle, signatureIndex); 2642attributeInfo = new AttributeInfo(attributeHandle, signatureIndex); 2673_lazyTypeDefToTypeIdentifierMap.TryAdd(typeDef, new AttributeInfo(customAttribute, signatureIndex));