5 references to AttributeInfo
Microsoft.CodeAnalysis (5)
MetadataReader\PEModule.cs (5)
2531result.Add(new AttributeInfo(attributeHandle, signatureIndex)); 2564return new AttributeInfo(attributeHandle, signatureIndex); 2585attrInfo = new AttributeInfo(attributeHandle, signatureIndex); 2645attributeInfo = new AttributeInfo(attributeHandle, signatureIndex); 2676_lazyTypeDefToTypeIdentifierMap.TryAdd(typeDef, new AttributeInfo(customAttribute, signatureIndex));