2 references to MINIMUM_SUPPORTED_GCINFO_VERSION
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\StackWalk\Context\X86\GCInfoDecoding\GCInfo.cs (2)
74
if (gcInfoVersion <
MINIMUM_SUPPORTED_GCINFO_VERSION
)
76
throw new NotSupportedException($"GCInfo version {gcInfoVersion} is not supported. Minimum supported version is {
MINIMUM_SUPPORTED_GCINFO_VERSION
}.");