2 instantiations of MatchInfoResult
Microsoft.Build (2)
Globbing\MSBuildGlob.cs (2)
138
return new
MatchInfoResult
(isMatch, fixedDirectoryPart, wildcardDirectoryPart, filenamePart);
281
=> new
MatchInfoResult
(false, string.Empty, string.Empty, string.Empty);
4 references to MatchInfoResult
Microsoft.Build (3)
Globbing\MSBuildGlob.cs (3)
116
public
MatchInfoResult
MatchInfo(string stringToMatch)
122
return
MatchInfoResult
.Empty;
280
internal static
MatchInfoResult
Empty
Microsoft.Build.Engine.UnitTests (1)
Globbing\MSBuildGlob_Tests.cs (1)
347
MSBuildGlob.
MatchInfoResult
result = glob.MatchInfo(stringToMatch);