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