1 write to isLegalFileSpec
Microsoft.Build.Framework (1)
Utilities\FileMatcher.cs (1)
1857
out matchResult.
isLegalFileSpec
);
6 references to isLegalFileSpec
Microsoft.Build (2)
Definition\BuiltInMetadata.cs (1)
109
if (match.
isLegalFileSpec
&& match.isMatch)
Definition\Project.cs (1)
3482
if (match.
isLegalFileSpec
&& match.isMatch)
Microsoft.Build.Framework (2)
Utilities\FileMatcher.cs (2)
1859
if (matchResult.
isLegalFileSpec
)
2366
if (match.
isLegalFileSpec
&& match.isMatch)
Microsoft.Build.Framework.UnitTests (1)
FileMatcher_Tests.cs (1)
2627
if (!match.
isLegalFileSpec
)
Microsoft.Build.Tasks.Core (1)
CreateItem.cs (1)
193
if (match.
isLegalFileSpec
&& match.isMatch)