2 references to IO_SharingViolation_File
System.Private.CoreLib (2)
src\libraries\Common\src\Interop\Unix\Interop.IOErrors.cs (1)
151new IOException(SR.Format(SR.IO_SharingViolation_File, path), errorInfo.RawErrno) :
src\libraries\Common\src\System\IO\Win32Marshal.cs (1)
51string.IsNullOrEmpty(path) ? SR.IO_SharingViolation_NoFileName : SR.Format(SR.IO_SharingViolation_File, path),