2 implementations of SetCompilerFlags
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
895
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)
377
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)
920
__retVal = @this.
SetCompilerFlags
(vmAssembly, fAllowJitOpts, fEnableEnC);
Dbi\DacDbiImpl.cs (1)
417
int hrLocal = _legacy.
SetCompilerFlags
(vmAssembly, fAllowJitOpts, fEnableEnC);