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