2 references to MAX_ILNUM
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\DebugInfo\DebugInfoHelpers.cs (2)
122
uint varNumber = reader.ReadUInt() +
MAX_ILNUM
;
249
uint ilVarNumber = reader.ReadUInt() +
MAX_ILNUM
;