3 implementations of GetFieldMarshal
Microsoft.Diagnostics.DataContractReader.Legacy (3)
_generated\22\Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport.cs (1)
1449
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport.
GetFieldMarshal
(uint tk, byte** ppvNativeType, uint* pcbNativeType)
_generated\23\Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport2.cs (1)
1591
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport.
GetFieldMarshal
(uint tk, byte** ppvNativeType, uint* pcbNativeType) => throw new global::System.Diagnostics.UnreachableException();
MetaDataImportImpl.cs (1)
1299
int IMetaDataImport.
GetFieldMarshal
(uint tk, byte** ppvNativeType, uint* pcbNativeType)
3 references to GetFieldMarshal
Microsoft.Diagnostics.DataContractReader.Legacy (3)
_generated\22\Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport.cs (1)
1474
__retVal = @this.
GetFieldMarshal
(tk, ppvNativeType, pcbNativeType);
_generated\23\Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport2.cs (1)
1794
new int GetFieldMarshal(uint tk, byte** ppvNativeType, uint* pcbNativeType) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport)this).
GetFieldMarshal
(tk, ppvNativeType, pcbNativeType);
MetaDataImportImpl.cs (1)
1300
=> _legacyImport is not null ? _legacyImport.
GetFieldMarshal
(tk, ppvNativeType, pcbNativeType) : HResults.E_NOTIMPL;