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)
121
Assert.True(glob.
IsLegal
);
140
Assert.False(glob.
IsLegal
);
169
Assert.True(glob.
IsLegal
);
292
Assert.False(glob.
IsLegal
);