6 references to IsLegal
Microsoft.Build (2)
Globbing\MSBuildGlob.cs (2)
97if (!IsLegal) 121if (FileUtilities.PathIsInvalid(stringToMatch) || !IsLegal)
Microsoft.Build.Engine.UnitTests (4)
Globbing\MSBuildGlob_Tests.cs (4)
122Assert.True(glob.IsLegal); 141Assert.False(glob.IsLegal); 170Assert.True(glob.IsLegal); 293Assert.False(glob.IsLegal);