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.DotNet.HotReload.Watch (1)
HotReload\HotReloadDotNetWatcher.cs (1)
622
var match = pattern.Glob.
MatchInfo
(filePath);