5 references to AttributeInfo
Microsoft.CodeAnalysis (5)
MetadataReader\PEModule.cs (5)
2546result.Add(new AttributeInfo(attributeHandle, signatureIndex)); 2579return new AttributeInfo(attributeHandle, signatureIndex); 2600attrInfo = new AttributeInfo(attributeHandle, signatureIndex); 2660attributeInfo = new AttributeInfo(attributeHandle, signatureIndex); 2691_lazyTypeDefToTypeIdentifierMap.TryAdd(typeDef, new AttributeInfo(customAttribute, signatureIndex));