2 implementations of GetPinvokeMap
Microsoft.DiaSymReader (2)
_generated\7\Microsoft.DiaSymReader.IMetadataImport.cs (1)
2051int global::Microsoft.DiaSymReader.IMetadataImport.GetPinvokeMap(int memberDef, int* attributes, char* importName, int importNameBufferLength, int* importNameLength, int* moduleRef)
Metadata\MetadataAdapterBase.cs (1)
103int 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);