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