1 instantiation of NativeFormatRuntimeAssembly
System.Private.CoreLib (1)
System\Reflection\Runtime\General\Dispensers.NativeFormat.cs (1)
56return (RuntimeAssembly)new NativeFormat.NativeFormatRuntimeAssembly(qScopeDefinition.Reader, qScopeDefinition.Handle);
7 references to NativeFormatRuntimeAssembly
System.Private.CoreLib (7)
System\Reflection\Runtime\Assemblies\NativeFormat\NativeFormatRuntimeAssembly.cs (3)
159NativeFormatRuntimeAssembly? other = obj as NativeFormatRuntimeAssembly; 163public bool Equals(NativeFormatRuntimeAssembly other)
System\Reflection\Runtime\General\Dispensers.NativeFormat.cs (2)
37runtimeAssembly = NativeFormatRuntimeAssembly.GetRuntimeAssembly(bindResult.Reader, bindResult.ScopeDefinitionHandle); 152internal static RuntimeModule GetRuntimeModule(NativeFormatRuntimeAssembly assembly)
System\Reflection\Runtime\Modules\NativeFormat\NativeFormatRuntimeModule.cs (2)
18private NativeFormatRuntimeModule(NativeFormatRuntimeAssembly assembly) 86private readonly NativeFormatRuntimeAssembly _assembly;