2 implementations of SetCompilerFlags
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\18\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
885
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)
489
public int
SetCompilerFlags
(ulong vmAssembly, Interop.BOOL fAllowJitOpts, Interop.BOOL fEnableEnC)
2 references to SetCompilerFlags
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\18\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
910
__retVal = @this.
SetCompilerFlags
(vmAssembly, fAllowJitOpts, fEnableEnC);
Dbi\DacDbiImpl.cs (1)
529
int hrLocal = _legacy.
SetCompilerFlags
(vmAssembly, fAllowJitOpts, fEnableEnC);