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