2 instantiations of ScopeReferenceHandle
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
775handle = new ScopeReferenceHandle((int)value);
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
7500return new ScopeReferenceHandle(this);
17 references to ScopeReferenceHandle
System.Private.CoreLib (15)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
771public static uint Read(this NativeReader reader, uint offset, out ScopeReferenceHandle handle)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (11)
4828private readonly ScopeReferenceHandle _handle; 4830internal ScopeReference(MetadataReader reader, ScopeReferenceHandle handle) 4846public ScopeReferenceHandle Handle => _handle; 4894if (obj is ScopeReferenceHandle) 4895return _value == ((ScopeReferenceHandle)obj)._value; 4902public bool Equals(ScopeReferenceHandle handle) => _value == handle._value; 4908public static implicit operator Handle(ScopeReferenceHandle handle) 5089public ScopeReferenceHandle Scope => _scope; 5090private readonly ScopeReferenceHandle _scope; 7498public ScopeReferenceHandle ToScopeReferenceHandle(MetadataReader reader) 7888public ScopeReference GetScopeReference(ScopeReferenceHandle handle)
System\Reflection\Runtime\Assemblies\NativeFormat\NativeFormatRuntimeAssembly.GetTypeCore.CaseInsensitive.cs (1)
39ScopeReferenceHandle destinationScope = typeForwarder.Scope;
System\Reflection\Runtime\General\MetadataReaderExtensions.cs (1)
96public static RuntimeAssemblyName ToRuntimeAssemblyName(this ScopeReferenceHandle scopeReferenceHandle, MetadataReader reader)
System\Reflection\Runtime\General\TypeResolver.NativeFormat.cs (1)
216ScopeReferenceHandle scopeReferenceHandle = parentHandleToSearch.ToScopeReferenceHandle(reader);
System.Private.StackTraceMetadata (1)
Internal\StackTraceMetadata\StackTraceMetadata.cs (1)
267private static string FormatAssemblyName(MetadataReader reader, ScopeReferenceHandle handle)
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\MetadataNameExtensions.cs (1)
264private static string GetFullName(this ScopeReferenceHandle scopeRefHandle, MetadataReader reader)