9 references to ScopeDefinition
System.Private.CoreLib (5)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (3)
4779
Debug.Assert(hType == HandleType.
ScopeDefinition
|| hType == HandleType.Null);
4780
_value = (value & 0x01FFFFFF) | (((int)HandleType.
ScopeDefinition
) << 25);
4813
if ((HandleType)((uint)_value >> 25) != HandleType.
ScopeDefinition
)
System\Reflection\Runtime\General\MetadataReaderExtensions.NativeFormat.cs (1)
551
if (handleType == HandleType.
ScopeDefinition
)
System\Reflection\Runtime\General\NamespaceChain.cs (1)
32
if (handleType == HandleType.
ScopeDefinition
)
System.Private.StackTraceMetadata (1)
Internal\StackTraceMetadata\StackTraceMetadata.cs (1)
252
case HandleType.
ScopeDefinition
:
System.Private.TypeLoader (3)
Internal\Runtime\TypeLoader\MetadataNameExtensions.cs (2)
46
case HandleType.
ScopeDefinition
:
163
case HandleType.
ScopeDefinition
:
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MetadataTypeHashingAlgorithms.cs (1)
30
Debug.Assert(parentHandleType == HandleType.
ScopeDefinition
);