2 implementations of GetCustomAttributeProps
Microsoft.DiaSymReader (2)
_generated\7\Microsoft.DiaSymReader.IMetadataImport.cs (1)
2308
int global::Microsoft.DiaSymReader.IMetadataImport.
GetCustomAttributeProps
(int customAttribute, int* parent, int* constructor, byte** value, int* valueLength)
Metadata\MetadataAdapterBase.cs (1)
109
int IMetadataImport.
GetCustomAttributeProps
(int customAttribute, int* parent, int* constructor, byte** value, int* valueLength) => throw new NotImplementedException();
1 reference to GetCustomAttributeProps
Microsoft.DiaSymReader (1)
_generated\7\Microsoft.DiaSymReader.IMetadataImport.cs (1)
2333
__retVal = @this.
GetCustomAttributeProps
(customAttribute, parent, constructor, value, valueLength);