1 write to _start
mscorlib (1)
system\runtime\interopservices\windowsruntime\constantsplittablemap.cs (1)
250
_start
= first;
3 references to _start
mscorlib (3)
system\runtime\interopservices\windowsruntime\constantsplittablemap.cs (3)
252
_current =
_start
- 1;
267
if (_current <
_start
) throw new InvalidOperationException(Environment.GetResourceString(ResId.InvalidOperation_EnumNotStarted));
281
_current =
_start
- 1;