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