5 references to AttributeInfo
Microsoft.CodeAnalysis (5)
MetadataReader\PEModule.cs (5)
2532
result.Add(new
AttributeInfo
(attributeHandle, signatureIndex));
2565
return new
AttributeInfo
(attributeHandle, signatureIndex);
2586
attrInfo = new
AttributeInfo
(attributeHandle, signatureIndex);
2646
attributeInfo = new
AttributeInfo
(attributeHandle, signatureIndex);
2677
_lazyTypeDefToTypeIdentifierMap.TryAdd(typeDef, new
AttributeInfo
(customAttribute, signatureIndex));