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