2 implementations of GetCustomAttributeProps
Microsoft.DiaSymReader (2)
_generated\7\Microsoft.DiaSymReader.IMetadataImport.cs (1)
2308int global::Microsoft.DiaSymReader.IMetadataImport.GetCustomAttributeProps(int customAttribute, int* parent, int* constructor, byte** value, int* valueLength)
Metadata\MetadataAdapterBase.cs (1)
109int 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);