7 references to Handle
System.Private.CoreLib (5)
System\Reflection\Runtime\Assemblies\NativeFormat\NativeFormatRuntimeAssembly.cs (4)
153
return Scope.
Handle
.ToRuntimeAssemblyName(Scope.Reader);
169
if (!(this.Scope.
Handle
.Equals(other.Scope.
Handle
)))
176
return Scope.
Handle
.GetHashCode();
System\Reflection\Runtime\Assemblies\NativeFormat\NativeFormatRuntimeAssembly.GetTypeCore.CaseSensitive.cs (1)
25
ScopeDefinitionHandle scopeDefinitionHandle = Scope.
Handle
;
System.Private.TypeLoader (2)
Internal\Reflection\Execution\AssemblyBinderImplementation.cs (2)
68
result.ScopeDefinitionHandle = scopeDefinitionGroup.
Handle
;
90
result.ScopeDefinitionHandle = scopeDefinitionGroup.
Handle
;