2 references to StubCodeBlockLast
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Constants.cs (1)
87
public const string StubCodeBlockLast = nameof(
StubCodeBlockLast
);
Contracts\ExecutionManager\ExecutionManagerCore.cs (1)
145
byte stubCodeBlockLast = target.ReadGlobal<byte>(Constants.Globals.
StubCodeBlockLast
);