5 references to AttributeInfo
Microsoft.CodeAnalysis (5)
MetadataReader\PEModule.cs (5)
2519
result.Add(new
AttributeInfo
(attributeHandle, signatureIndex));
2552
return new
AttributeInfo
(attributeHandle, signatureIndex);
2573
attrInfo = new
AttributeInfo
(attributeHandle, signatureIndex);
2633
attributeInfo = new
AttributeInfo
(attributeHandle, signatureIndex);
2664
_lazyTypeDefToTypeIdentifierMap.TryAdd(typeDef, new
AttributeInfo
(customAttribute, signatureIndex));