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