2 implementations of EnumTypeRefs
Microsoft.DiaSymReader (2)
_generated\7\Microsoft.DiaSymReader.IMetadataImport.cs (1)
360
int global::Microsoft.DiaSymReader.IMetadataImport.
EnumTypeRefs
(ref void* enumHandle, int* typeRefs, int bufferLength, int* count)
Metadata\MetadataAdapterBase.cs (1)
67
int IMetadataImport.
EnumTypeRefs
(ref void* enumHandle, int* typeRefs, int bufferLength, int* count) => throw new NotImplementedException();
1 reference to EnumTypeRefs
Microsoft.DiaSymReader (1)
_generated\7\Microsoft.DiaSymReader.IMetadataImport.cs (1)
390
__retVal = @this.
EnumTypeRefs
(ref enumHandle, typeRefs, bufferLength, count);