1 write to _targetAndResult
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\CastCache.cs (1)
83
_targetAndResult
= target | (nuint)(result ? 1 : 0);
2 references to _targetAndResult
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\CastCache.cs (2)
169
nuint entryTargetAndResult = pEntry.
_targetAndResult
;
323
if (pEntry._source == source && ((pEntry.
_targetAndResult
^ target) <= 1))