2 implementations of MarkDebuggerAttached
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
1117
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
MarkDebuggerAttached
(global::Microsoft.Diagnostics.DataContractReader.Legacy.Interop.BOOL fAttached)
Dbi\DacDbiImpl.cs (1)
561
public int
MarkDebuggerAttached
(Interop.BOOL fAttached)
2 references to MarkDebuggerAttached
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
1142
__retVal = @this.
MarkDebuggerAttached
(fAttached);
Dbi\DacDbiImpl.cs (1)
584
int hrLocal = _legacy.
MarkDebuggerAttached
(fAttached);