5 references to AttributeInfo
Microsoft.CodeAnalysis (5)
MetadataReader\PEModule.cs (5)
2528
result.Add(new
AttributeInfo
(attributeHandle, signatureIndex));
2561
return new
AttributeInfo
(attributeHandle, signatureIndex);
2582
attrInfo = new
AttributeInfo
(attributeHandle, signatureIndex);
2642
attributeInfo = new
AttributeInfo
(attributeHandle, signatureIndex);
2673
_lazyTypeDefToTypeIdentifierMap.TryAdd(typeDef, new
AttributeInfo
(customAttribute, signatureIndex));