1 instantiation of NativeFormatRuntimeAssembly
System.Private.CoreLib (1)
System\Reflection\Runtime\General\Dispensers.NativeFormat.cs (1)
54return (RuntimeAssembly)new NativeFormat.NativeFormatRuntimeAssembly(qScopeDefinition.Reader, qScopeDefinition.Handle);
7 references to NativeFormatRuntimeAssembly
System.Private.CoreLib (7)
System\Reflection\Runtime\Assemblies\NativeFormat\NativeFormatRuntimeAssembly.cs (3)
153NativeFormatRuntimeAssembly? other = obj as NativeFormatRuntimeAssembly; 157public bool Equals(NativeFormatRuntimeAssembly other)
System\Reflection\Runtime\General\Dispensers.NativeFormat.cs (2)
35runtimeAssembly = NativeFormatRuntimeAssembly.GetRuntimeAssembly(bindResult.Reader, bindResult.ScopeDefinitionHandle); 150internal static RuntimeModule GetRuntimeModule(NativeFormatRuntimeAssembly assembly)
System\Reflection\Runtime\Modules\NativeFormat\NativeFormatRuntimeModule.cs (2)
17private NativeFormatRuntimeModule(NativeFormatRuntimeAssembly assembly) 80private readonly NativeFormatRuntimeAssembly _assembly;