2 implementations of EnumCustomAttributes
Microsoft.DiaSymReader (2)
_generated\7\Microsoft.DiaSymReader.IMetadataImport.cs (1)
2264
int global::Microsoft.DiaSymReader.IMetadataImport.
EnumCustomAttributes
(ref void* enumHandle, int parent, int attributeType, int* customAttributes, int bufferLength, int* count)
Metadata\MetadataAdapterBase.cs (1)
108
int IMetadataImport.
EnumCustomAttributes
(ref void* enumHandle, int parent, int attributeType, int* customAttributes, int bufferLength, int* count) => throw new NotImplementedException();
1 reference to EnumCustomAttributes
Microsoft.DiaSymReader (1)
_generated\7\Microsoft.DiaSymReader.IMetadataImport.cs (1)
2294
__retVal = @this.
EnumCustomAttributes
(ref enumHandle, parent, attributeType, customAttributes, bufferLength, count);