5 references to AttributeInfo
Microsoft.CodeAnalysis (5)
MetadataReader\PEModule.cs (5)
2530
result.Add(new
AttributeInfo
(attributeHandle, signatureIndex));
2563
return new
AttributeInfo
(attributeHandle, signatureIndex);
2584
attrInfo = new
AttributeInfo
(attributeHandle, signatureIndex);
2644
attributeInfo = new
AttributeInfo
(attributeHandle, signatureIndex);
2675
_lazyTypeDefToTypeIdentifierMap.TryAdd(typeDef, new
AttributeInfo
(customAttribute, signatureIndex));