3 overrides of ScopeName
System.Private.CoreLib (1)
System\Reflection\Runtime\Modules\NativeFormat\NativeFormatRuntimeModule.cs (1)
54public sealed override string ScopeName
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingModule.cs (1)
59public override string ScopeName
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Modules\RoModule.cs (1)
61public 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)
169public override string ToString() => ScopeName;
System\Reflection\Runtime\Assemblies\RuntimeAssemblyInfo.cs (1)
60if (name == ManifestModule.ScopeName)
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingModule.cs (1)
61get { return UnderlyingModule.ScopeName; }