4 references to MatchInfo
Microsoft.Build (3)
Globbing\MSBuildGlob.cs (3)
163/// The fixed directory part of the glob and the match arguments (<see cref="IsMatch" /> and <see cref="MatchInfo" />) 257/// Return type of <see cref="MSBuildGlob.MatchInfo" /> 262/// Whether the <see cref="MSBuildGlob.MatchInfo" /> argument was matched against the glob
Microsoft.Build.Engine.UnitTests (1)
Globbing\MSBuildGlob_Tests.cs (1)
354MSBuildGlob.MatchInfoResult result = glob.MatchInfo(stringToMatch);