Implemented interface member:
method
IsMatch
Microsoft.Build.Globbing.IMSBuildGlob.IsMatch(System.String)
3 references to IsMatch
Microsoft.Build (2)
Globbing\MSBuildGlob.cs (2)
113
/// Similar to <see cref="
IsMatch
" /> but also provides the match groups for the glob parts
163
/// The fixed directory part of the glob and the match arguments (<see cref="
IsMatch
" /> and <see cref="MatchInfo" />)
Microsoft.DotNet.HotReload.Watch (1)
Build\FilePathExclusions.cs (1)
95
if (glob.
IsMatch
(fullPath))