1 write to isMatch
Microsoft.Build.Framework (1)
Utilities\FileMatcher.cs (1)
1864
out matchResult.
isMatch
,
4 references to isMatch
Microsoft.Build (2)
Definition\BuiltInMetadata.cs (1)
109
if (match.isLegalFileSpec && match.
isMatch
)
Definition\Project.cs (1)
3471
if (match.isLegalFileSpec && match.
isMatch
)
Microsoft.Build.Framework (1)
Utilities\FileMatcher.cs (1)
2366
if (match.isLegalFileSpec && match.
isMatch
)
Microsoft.Build.Tasks.Core (1)
CreateItem.cs (1)
193
if (match.isLegalFileSpec && match.
isMatch
)