4 references to MatchInfo
Microsoft.Build (3)
Globbing\MSBuildGlob.cs (3)
164
/// The fixed directory part of the glob and the match arguments (<see cref="IsMatch" /> and <see cref="
MatchInfo
" />)
267
/// Return type of <see cref="MSBuildGlob.
MatchInfo
" />
272
/// Whether the <see cref="MSBuildGlob.
MatchInfo
" /> argument was matched against the glob
Microsoft.DotNet.HotReload.Watch (1)
HotReload\HotReloadDotNetWatcher.cs (1)
637
var match = pattern.Glob.
MatchInfo
(filePath);