7 references to LeftMetadata
Microsoft.NET.Build.Tasks (7)
JoinItems.cs (7)
58
bool useAllLeftMetadata =
LeftMetadata
!= null &&
LeftMetadata
.Length == 1 &&
LeftMetadata
[0] == "*";
77
(
LeftMetadata
== null ||
LeftMetadata
.Length == 0))
114
if (!useAllLeftMetadata &&
LeftMetadata
!= null)
116
foreach (string name in
LeftMetadata
)