2 implementations of EnumCustomAttributes
Microsoft.DiaSymReader (2)
_generated\7\Microsoft.DiaSymReader.IMetadataImport.cs (1)
2264int global::Microsoft.DiaSymReader.IMetadataImport.EnumCustomAttributes(ref void* enumHandle, int parent, int attributeType, int* customAttributes, int bufferLength, int* count)
Metadata\MetadataAdapterBase.cs (1)
108int 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);