11 references to WRN_XMLCannotWriteToXMLDocFile2
Microsoft.CodeAnalysis.VisualBasic (3)
CommandLine\VisualBasicCommandLineParser.vb (1)
547
AddDiagnostic(diagnostics, ERRID.
WRN_XMLCannotWriteToXMLDocFile2
, unquoted, New LocalizableErrorArgument(ERRID.IDS_TheSystemCannotFindThePathSpecified))
Errors\ErrorFacts.vb (1)
1463
ERRID.
WRN_XMLCannotWriteToXMLDocFile2
,
Generated\ErrorFacts.Generated.vb (1)
111
ERRID.
WRN_XMLCannotWriteToXMLDocFile2
,
Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests (8)
CommandLineTests.vb (8)
4369
Diagnostic(ERRID.
WRN_XMLCannotWriteToXMLDocFile2
).WithArguments(" ", "The system cannot find the path specified"))
4375
Diagnostic(ERRID.
WRN_XMLCannotWriteToXMLDocFile2
).WithArguments(" \ ", "The system cannot find the path specified"))
4382
Diagnostic(ERRID.
WRN_XMLCannotWriteToXMLDocFile2
).WithArguments("\\b", "The system cannot find the path specified"))
4390
Diagnostic(ERRID.
WRN_XMLCannotWriteToXMLDocFile2
).WithArguments("a.b" + ChrW(0) + "b", "The system cannot find the path specified"))
4397
Diagnostic(ERRID.
WRN_XMLCannotWriteToXMLDocFile2
).WithArguments("a" + ChrW(55296) + "b.xml", "The system cannot find the path specified"))
4404
Diagnostic(ERRID.
WRN_XMLCannotWriteToXMLDocFile2
).WithArguments("a<>.xml", "The system cannot find the path specified"))
4474
Diagnostic(ERRID.
WRN_XMLCannotWriteToXMLDocFile2
).WithArguments(currentDrive + ":a.xml", "The system cannot find the path specified"))
7416
parsedArgs.Errors.Verify(Diagnostic(ERRID.
WRN_XMLCannotWriteToXMLDocFile2
).WithArguments("..\lpt2.xml", "The system cannot find the path specified").WithLocation(1, 1))