6 references to IsLegal
Microsoft.Build (2)
Globbing\MSBuildGlob.cs (2)
96if (!IsLegal) 120if (FileUtilities.PathIsInvalid(stringToMatch) || !IsLegal)
Microsoft.Build.Engine.UnitTests (4)
Globbing\MSBuildGlob_Tests.cs (4)
118Assert.True(glob.IsLegal); 137Assert.False(glob.IsLegal); 166Assert.True(glob.IsLegal); 286Assert.False(glob.IsLegal);