5 references to AttributeInfo
Microsoft.CodeAnalysis (5)
MetadataReader\PEModule.cs (5)
2504result.Add(new AttributeInfo(attributeHandle, signatureIndex)); 2537return new AttributeInfo(attributeHandle, signatureIndex); 2558attrInfo = new AttributeInfo(attributeHandle, signatureIndex); 2618attributeInfo = new AttributeInfo(attributeHandle, signatureIndex); 2649_lazyTypeDefToTypeIdentifierMap.TryAdd(typeDef, new AttributeInfo(customAttribute, signatureIndex));