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