8 writes to Writable
Microsoft.Diagnostics.DataContractReader.Contracts (8)
Data\Debugger.cs (3)
14[Field(Writable = true)] public int RSRequestedSync { get; private set; } 15[Field(Writable = true)] public int SendExceptionsOutsideOfJMC { get; private set; } 16[Field(Writable = true)] public int GCNotificationEventsEnabled { get; private set; }
Data\JITNotification.cs (3)
9[Field(Writable = true)] public ushort State { get; private set; } 10[Field(Writable = true)] public TargetNUInt ClrModule { get; private set; } 11[Field(Writable = true)] public uint MethodToken { get; private set; }
Data\Module.cs (1)
12[Field(Writable = true)]
Data\Thread.cs (1)
12[Field(Writable = true)] public uint DebuggerControlledThreadState { get; private set; }