3 implementations of GetFieldMarshal
Microsoft.Diagnostics.DataContractReader.Legacy (3)
_generated\22\Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport.cs (1)
1449int global::Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport.GetFieldMarshal(uint tk, byte** ppvNativeType, uint* pcbNativeType)
_generated\23\Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport2.cs (1)
1591int global::Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport.GetFieldMarshal(uint tk, byte** ppvNativeType, uint* pcbNativeType) => throw new global::System.Diagnostics.UnreachableException();
MetaDataImportImpl.cs (1)
1299int 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)
1794new 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;