2 implementations of GetCustomAttributeByName
Microsoft.DiaSymReader (2)
_generated\7\Microsoft.DiaSymReader.IMetadataImport.cs (1)
2540int global::Microsoft.DiaSymReader.IMetadataImport.GetCustomAttributeByName(int parent, string name, byte** value, int* valueLength)
Metadata\MetadataAdapterBase.cs (1)
115int IMetadataImport.GetCustomAttributeByName(int parent, string name, byte** value, int* valueLength) => throw new NotImplementedException();
1 reference to GetCustomAttributeByName
Microsoft.DiaSymReader (1)
_generated\7\Microsoft.DiaSymReader.IMetadataImport.cs (1)
2569__retVal = @this.GetCustomAttributeByName(parent, name, value, valueLength);