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