2 instantiations of MatchInfoResult
Microsoft.Build (2)
Globbing\MSBuildGlob.cs (2)
140
return new
MatchInfoResult
(isMatch, fixedDirectoryPart, wildcardDirectoryPart, filenamePart);
292
=> new
MatchInfoResult
(false, string.Empty, string.Empty, string.Empty);
4 references to MatchInfoResult
Microsoft.Build (3)
Globbing\MSBuildGlob.cs (3)
118
public
MatchInfoResult
MatchInfo(string stringToMatch)
124
return
MatchInfoResult
.Empty;
291
internal static
MatchInfoResult
Empty
Microsoft.DotNet.HotReload.Watch (1)
HotReload\HotReloadDotNetWatcher.cs (1)
637
var
match = pattern.Glob.MatchInfo(filePath);