2 implementations of GetPinvokeMap
Microsoft.DiaSymReader (2)
_generated\7\Microsoft.DiaSymReader.IMetadataImport.cs (1)
2051
int global::Microsoft.DiaSymReader.IMetadataImport.
GetPinvokeMap
(int memberDef, int* attributes, char* importName, int importNameBufferLength, int* importNameLength, int* moduleRef)
Metadata\MetadataAdapterBase.cs (1)
103
int IMetadataImport.
GetPinvokeMap
(int memberDef, int* attributes, char* importName, int importNameBufferLength, int* importNameLength, int* moduleRef) => throw new NotImplementedException();
1 reference to GetPinvokeMap
Microsoft.DiaSymReader (1)
_generated\7\Microsoft.DiaSymReader.IMetadataImport.cs (1)
2076
__retVal = @this.
GetPinvokeMap
(memberDef, attributes, importName, importNameBufferLength, importNameLength, moduleRef);