1 instantiation of DebuggerControllerPatch
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\32\Microsoft_Diagnostics_DataContractReader_Data.DebuggerControllerPatch.g.cs (1)
49
=> new
DebuggerControllerPatch
(target, address);
6 references to DebuggerControllerPatch
Microsoft.Diagnostics.DataContractReader.Contracts (6)
_generated\32\Microsoft_Diagnostics_DataContractReader_Data.DebuggerControllerPatch.g.cs (2)
48
static
DebuggerControllerPatch
IData<
DebuggerControllerPatch
>.Create(Target target, TargetPointer address)
Contracts\Debugger\Debugger_1.cs (3)
200
uint patchSize = Data.
DebuggerControllerPatch
.GetSize(_target);
205
Data.
DebuggerControllerPatch
patch = _target.ProcessedData.GetOrAdd<Data.
DebuggerControllerPatch
>(patchAddress);
Data\DebuggerControllerPatch.cs (1)
7
internal sealed partial class DebuggerControllerPatch : IData<
DebuggerControllerPatch
>