2 overrides of EscapedCodeBase
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingAssembly.cs (1)
98
public override string
EscapedCodeBase
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Assemblies\RoAssembly.cs (1)
57
public sealed override string
EscapedCodeBase
=> throw new NotSupportedException(SR.NotSupported_AssemblyCodeBase);
1 reference to EscapedCodeBase
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingAssembly.cs (1)
100
get { return UnderlyingAssembly.
EscapedCodeBase
; }