1 write to _end
mscorlib (1)
system\runtime\interopservices\windowsruntime\constantsplittablemap.cs (1)
251
_end
= end;
2 references to _end
mscorlib (2)
system\runtime\interopservices\windowsruntime\constantsplittablemap.cs (2)
257
if (_current <
_end
)
268
if (_current >
_end
) throw new InvalidOperationException(Environment.GetResourceString(ResId.InvalidOperation_EnumEnded));