2 implementations of GetCompilerFlags
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
858
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
GetCompilerFlags
(ulong vmAssembly, global::Microsoft.Diagnostics.DataContractReader.Legacy.Interop.BOOL* pfAllowJITOpts, global::Microsoft.Diagnostics.DataContractReader.Legacy.Interop.BOOL* pfEnableEnC)
Dbi\DacDbiImpl.cs (1)
339
public int
GetCompilerFlags
(ulong vmAssembly, Interop.BOOL* pfAllowJITOpts, Interop.BOOL* pfEnableEnC)
2 references to GetCompilerFlags
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
883
__retVal = @this.
GetCompilerFlags
(vmAssembly, pfAllowJITOpts, pfEnableEnC);
Dbi\DacDbiImpl.cs (1)
365
int hrLocal = _legacy.
GetCompilerFlags
(vmAssembly, &allowJITOptsLocal, &enableEnCLocal);