3 references to GCInfoVersion
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Constants.cs (1)
114
public const string GCInfoVersion = nameof(
GCInfoVersion
);
Contracts\ExecutionManager\ExecutionManagerCore.EEJitManager.cs (1)
144
gcVersion = Target.ReadGlobal<uint>(Constants.Globals.
GCInfoVersion
);
Contracts\ExecutionManager\ExecutionManagerCore.InterpreterJitManager.cs (1)
104
gcVersion = Target.ReadGlobal<uint>(Constants.Globals.
GCInfoVersion
);