5 references to AttributeInfo
Microsoft.CodeAnalysis (5)
MetadataReader\PEModule.cs (5)
2531
result.Add(new
AttributeInfo
(attributeHandle, signatureIndex));
2564
return new
AttributeInfo
(attributeHandle, signatureIndex);
2585
attrInfo = new
AttributeInfo
(attributeHandle, signatureIndex);
2645
attributeInfo = new
AttributeInfo
(attributeHandle, signatureIndex);
2676
_lazyTypeDefToTypeIdentifierMap.TryAdd(typeDef, new
AttributeInfo
(customAttribute, signatureIndex));