2 writes to MatchFileNameOnly
Microsoft.Build.Tasks.UnitTests (2)
FindInList_Tests.cs (2)
117
f.
MatchFileNameOnly
= true;
130
f.
MatchFileNameOnly
= true;
1 reference to MatchFileNameOnly
Microsoft.Build.Tasks.Core (1)
FindInList.cs (1)
108
string filename = (
MatchFileNameOnly
? Path.GetFileName(path) : path);