5 references to AttributeInfo
Microsoft.CodeAnalysis (5)
MetadataReader\PEModule.cs (5)
2504
result.Add(new
AttributeInfo
(attributeHandle, signatureIndex));
2537
return new
AttributeInfo
(attributeHandle, signatureIndex);
2558
attrInfo = new
AttributeInfo
(attributeHandle, signatureIndex);
2618
attributeInfo = new
AttributeInfo
(attributeHandle, signatureIndex);
2649
_lazyTypeDefToTypeIdentifierMap.TryAdd(typeDef, new
AttributeInfo
(customAttribute, signatureIndex));