5 references to AttributeInfo
Microsoft.CodeAnalysis (5)
MetadataReader\PEModule.cs (5)
2252
result.Add(new
AttributeInfo
(attributeHandle, signatureIndex));
2285
return new
AttributeInfo
(attributeHandle, signatureIndex);
2306
attrInfo = new
AttributeInfo
(attributeHandle, signatureIndex);
2366
attributeInfo = new
AttributeInfo
(attributeHandle, signatureIndex);
2397
_lazyTypeDefToTypeIdentifierMap.TryAdd(typeDef, new
AttributeInfo
(customAttribute, signatureIndex));