Home
last modified time | relevance | path

Searched refs:VerifyThrowInternalRooted (Results 1 – 4 of 4) sorted by relevance

/dports/devel/msbuild/msbuild-0.06/src/Build/Evaluation/
H A DProjectRootElementCache.cs200 ErrorUtilities.VerifyThrowInternalRooted(projectFile); in Get()
514 ErrorUtilities.VerifyThrowInternalRooted(oldFullPathIfAny); in RenameEntryInternal()
/dports/devel/msbuild/msbuild-0.06/src/Build/Construction/
H A DProjectRootElement.cs227 ErrorUtilities.VerifyThrowInternalRooted(path); in ProjectRootElement()
1788 ErrorUtilities.VerifyThrowInternalRooted(path); in Open()
1820 ErrorUtilities.VerifyThrowInternalRooted(fullPath); in OpenProjectOrSolution()
2060 ErrorUtilities.VerifyThrowInternalRooted(projectFile); in CreateProjectFromPath()
2094 ErrorUtilities.VerifyThrowInternalRooted(fullPath); in LoadDocument()
/dports/devel/msbuild/msbuild-0.06/src/Build/Construction/Solution/
H A DSolutionFile.cs268 ErrorUtilities.VerifyThrowInternalRooted(value);
353 ErrorUtilities.VerifyThrowInternalRooted(solutionFile); in GetSolutionFileAndVisualStudioMajorVersions()
502 ErrorUtilities.VerifyThrowInternalRooted(_solutionFile); in ParseSolutionFile()
/dports/devel/msbuild/msbuild-0.06/src/Shared/
H A DErrorUtilities.cs157 internal static void VerifyThrowInternalRooted(string value) in VerifyThrowInternalRooted() method in Microsoft.Build.AppxPackage.Shared.ErrorUtilities