5 references to Argument_AbsolutePathRequired
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Reflection\Assembly.cs (1)
278
throw new ArgumentException(SR.Format(SR.
Argument_AbsolutePathRequired
, path), nameof(path));
src\libraries\System.Private.CoreLib\src\System\Runtime\Loader\AssemblyLoadContext.cs (4)
340
throw new ArgumentException(SR.Format(SR.
Argument_AbsolutePathRequired
, assemblyPath), nameof(assemblyPath));
358
throw new ArgumentException(SR.Format(SR.
Argument_AbsolutePathRequired
, nativeImagePath), nameof(nativeImagePath));
363
throw new ArgumentException(SR.Format(SR.
Argument_AbsolutePathRequired
, assemblyPath), nameof(assemblyPath));
444
throw new ArgumentException(SR.Format(SR.
Argument_AbsolutePathRequired
, unmanagedDllPath), nameof(unmanagedDllPath));