3 overrides of ScopeName
System.Private.CoreLib (1)
System\Reflection\Runtime\Modules\NativeFormat\NativeFormatRuntimeModule.cs (1)
54
public sealed override string
ScopeName
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingModule.cs (1)
59
public override string
ScopeName
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Modules\RoModule.cs (1)
61
public abstract override string
ScopeName
{ get; }
3 references to ScopeName
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Module.cs (1)
169
public override string ToString() =>
ScopeName
;
System\Reflection\Runtime\Assemblies\RuntimeAssemblyInfo.cs (1)
60
if (name == ManifestModule.
ScopeName
)
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingModule.cs (1)
61
get { return UnderlyingModule.
ScopeName
; }