Implemented interface member:
method
IsMatch
Microsoft.Build.Globbing.IMSBuildGlob.IsMatch(System.String)
2 references to IsMatch
Microsoft.Build.Engine.UnitTests (2)
Globbing\CompositeGlob_Tests.cs (2)
99Assert.True(compositeGlob.IsMatch(stringToMatch)); 103Assert.False(compositeGlob.IsMatch(stringToMatch));