2 implementations of GetInstantiationFieldInfo
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
2819
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
GetInstantiationFieldInfo
(ulong vmAssembly, ulong vmTypeHandle, ulong vmExactMethodTable, nint pFieldList, nuint* pObjectSize)
Dbi\DacDbiImpl.cs (1)
1420
public int
GetInstantiationFieldInfo
(ulong vmAssembly, ulong vmTypeHandle, ulong vmExactMethodTable, nint pFieldList, nuint* pObjectSize)
2 references to GetInstantiationFieldInfo
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
2844
__retVal = @this.
GetInstantiationFieldInfo
(vmAssembly, vmTypeHandle, vmExactMethodTable, pFieldList, pObjectSize);
Dbi\DacDbiImpl.cs (1)
1421
=> LegacyFallbackHelper.CanFallback() && _legacy is not null ? _legacy.
GetInstantiationFieldInfo
(vmAssembly, vmTypeHandle, vmExactMethodTable, pFieldList, pObjectSize) : HResults.E_NOTIMPL;