2 implementations of EnumParams
Microsoft.DiaSymReader (2)
_generated\7\Microsoft.DiaSymReader.IMetadataImport.cs (1)
986int global::Microsoft.DiaSymReader.IMetadataImport.EnumParams(ref void* enumHandle, int methodDef, int* paramDefs, int bufferLength, int* count)
Metadata\MetadataAdapterBase.cs (1)
79int 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);