5 references to Argument_AbsolutePathRequired
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Assembly.cs (1)
278
throw new ArgumentException(SR.Format(SR.
Argument_AbsolutePathRequired
, path), nameof(path));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Loader\AssemblyLoadContext.cs (4)
380
throw new ArgumentException(SR.Format(SR.
Argument_AbsolutePathRequired
, assemblyPath), nameof(assemblyPath));
398
throw new ArgumentException(SR.Format(SR.
Argument_AbsolutePathRequired
, nativeImagePath), nameof(nativeImagePath));
403
throw new ArgumentException(SR.Format(SR.
Argument_AbsolutePathRequired
, assemblyPath), nameof(assemblyPath));
484
throw new ArgumentException(SR.Format(SR.
Argument_AbsolutePathRequired
, unmanagedDllPath), nameof(unmanagedDllPath));