5 references to AttributeInfo
Microsoft.CodeAnalysis (5)
MetadataReader\PEModule.cs (5)
2514
result.Add(new
AttributeInfo
(attributeHandle, signatureIndex));
2547
return new
AttributeInfo
(attributeHandle, signatureIndex);
2568
attrInfo = new
AttributeInfo
(attributeHandle, signatureIndex);
2628
attributeInfo = new
AttributeInfo
(attributeHandle, signatureIndex);
2659
_lazyTypeDefToTypeIdentifierMap.TryAdd(typeDef, new
AttributeInfo
(customAttribute, signatureIndex));