8 references to ScopeReference
System.Private.CoreLib (4)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (3)
4887Debug.Assert(hType == HandleType.ScopeReference || hType == HandleType.Null); 4888_value = (value & 0x01FFFFFF) | (((int)HandleType.ScopeReference) << 25); 4921if ((HandleType)((uint)_value >> 25) != HandleType.ScopeReference)
System\Reflection\Runtime\General\TypeResolver.NativeFormat.cs (1)
212while (parentHandleToSearch.HandleType != HandleType.ScopeReference)
System.Private.StackTraceMetadata (1)
Internal\StackTraceMetadata\StackTraceMetadata.cs (1)
254case HandleType.ScopeReference:
System.Private.TypeLoader (3)
Internal\Runtime\TypeLoader\MetadataNameExtensions.cs (2)
48case HandleType.ScopeReference: 231case HandleType.ScopeReference:
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MetadataTypeHashingAlgorithms.cs (1)
51Debug.Assert(parentHandleType == HandleType.ScopeReference);