2 implementations of GetCustomAttributeByName
Microsoft.DiaSymReader (2)
_generated\7\Microsoft.DiaSymReader.IMetadataImport.cs (1)
2540
int global::Microsoft.DiaSymReader.IMetadataImport.
GetCustomAttributeByName
(int parent, string name, byte** value, int* valueLength)
Metadata\MetadataAdapterBase.cs (1)
115
int 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);