12 references to MetadataCollection
Microsoft.Build (12)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (1)
1499
newItem.SetMetadata(outputAsProjectItem.
MetadataCollection
); // copy-on-write!
Instance\ProjectItemInstance.cs (11)
975
ImmutableDictionary<string, string> metadataCollection =
MetadataCollection
;
1119
var list = _itemDefinitions != null ?
MetadataCollection
: DirectMetadata;
1287
foreach (KeyValuePair<string, string> metadatum in
MetadataCollection
)
1297
public SerializableMetadata BackingMetadata => new(
MetadataCollection
);
1563
foreach (KeyValuePair<string, string> metadatum in
MetadataCollection
)
1595
IEnumerable<KeyValuePair<string, string>> metadataToImport =
MetadataCollection
;
1638
var metadata =
MetadataCollection
;
1658
foreach (KeyValuePair<string, string> metadatum in
MetadataCollection
)
1788
ImmutableDictionary<string, string> otherMetadata = other.
MetadataCollection
;
1905
ImmutableDictionary<string, string> temp =
MetadataCollection
;
2163
public readonly MetadataNamesEnumerator GetEnumerator() => new MetadataNamesEnumerator(_item.
MetadataCollection
);