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