5 references to AttributeInfo
Microsoft.CodeAnalysis (5)
MetadataReader\PEModule.cs (5)
2509
result.Add(new
AttributeInfo
(attributeHandle, signatureIndex));
2542
return new
AttributeInfo
(attributeHandle, signatureIndex);
2563
attrInfo = new
AttributeInfo
(attributeHandle, signatureIndex);
2623
attributeInfo = new
AttributeInfo
(attributeHandle, signatureIndex);
2654
_lazyTypeDefToTypeIdentifierMap.TryAdd(typeDef, new
AttributeInfo
(customAttribute, signatureIndex));