2 implementations of EnumParams
Microsoft.DiaSymReader (2)
_generated\7\Microsoft.DiaSymReader.IMetadataImport.cs (1)
986
int global::Microsoft.DiaSymReader.IMetadataImport.
EnumParams
(ref void* enumHandle, int methodDef, int* paramDefs, int bufferLength, int* count)
Metadata\MetadataAdapterBase.cs (1)
79
int IMetadataImport.
EnumParams
(ref void* enumHandle, int methodDef, int* paramDefs, int bufferLength, int* count) => throw new NotImplementedException();
1 reference to EnumParams
Microsoft.DiaSymReader (1)
_generated\7\Microsoft.DiaSymReader.IMetadataImport.cs (1)
1016
__retVal = @this.
EnumParams
(ref enumHandle, methodDef, paramDefs, bufferLength, count);