2 implementations of SetCompilerFlags
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
887
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
SetCompilerFlags
(ulong vmAssembly, global::Microsoft.Diagnostics.DataContractReader.Legacy.Interop.BOOL fAllowJitOpts, global::Microsoft.Diagnostics.DataContractReader.Legacy.Interop.BOOL fEnableEnC)
Dbi\DacDbiImpl.cs (1)
444
public int
SetCompilerFlags
(ulong vmAssembly, Interop.BOOL fAllowJitOpts, Interop.BOOL fEnableEnC)
2 references to SetCompilerFlags
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
912
__retVal = @this.
SetCompilerFlags
(vmAssembly, fAllowJitOpts, fEnableEnC);
Dbi\DacDbiImpl.cs (1)
484
int hrLocal = _legacy.
SetCompilerFlags
(vmAssembly, fAllowJitOpts, fEnableEnC);