7 references to InvalidPathChars
Microsoft.Build (4)
BackEnd\Components\RequestBuilder\TargetUpToDateChecker.cs (2)
1132
ProjectErrorUtilities.VerifyThrowInvalidProject(input.AsSpan().IndexOfAny(MSBuildConstants.
InvalidPathChars
) < 0, _project.ProjectFileLocation, "IllegalCharactersInFileOrDirectory", input, inputItemName);
1133
ProjectErrorUtilities.VerifyThrowInvalidProject(output.AsSpan().IndexOfAny(MSBuildConstants.
InvalidPathChars
) < 0, _project.ProjectFileLocation, "IllegalCharactersInFileOrDirectory", output, outputItemName);
Construction\Solution\SolutionFile.cs (1)
1306
ProjectFileErrorUtilities.VerifyThrowInvalidProjectFile(proj.RelativePath.AsSpan().IndexOfAny(MSBuildConstants.
InvalidPathChars
) < 0,
FileMatcher.cs (1)
1573
if (filespec.AsSpan().IndexOfAny(MSBuildConstants.
InvalidPathChars
) >= 0)
Microsoft.Build.Tasks.Core (1)
FileMatcher.cs (1)
1573
if (filespec.AsSpan().IndexOfAny(MSBuildConstants.
InvalidPathChars
) >= 0)
Microsoft.Build.Utilities.Core (1)
FileMatcher.cs (1)
1573
if (filespec.AsSpan().IndexOfAny(MSBuildConstants.
InvalidPathChars
) >= 0)
MSBuild (1)
XMake.cs (1)
3673
InitializationException.VerifyThrow(extension.AsSpan().IndexOfAny(MSBuildConstants.
InvalidPathChars
) < 0, "InvalidExtensionToIgnore", extension, null, false);