1 write to underlyingItem
XamlBuildTask (1)
Microsoft\Build\Tasks\Xaml\DelegatingTaskItem.cs (1)
21
this.
underlyingItem
= underlyingItem;
9 references to underlyingItem
XamlBuildTask (9)
Microsoft\Build\Tasks\Xaml\DelegatingTaskItem.cs (9)
28
return this.
underlyingItem
.ItemSpec;
33
this.
underlyingItem
.ItemSpec = value;
39
get { return this.
underlyingItem
.MetadataCount; }
44
get { return this.
underlyingItem
.MetadataNames; }
49
return this.
underlyingItem
.CloneCustomMetadata();
54
this.
underlyingItem
.CopyMetadataTo(destinationItem);
59
return this.
underlyingItem
.GetMetadata(metadataName);
64
this.
underlyingItem
.RemoveMetadata(metadataName);
69
this.
underlyingItem
.SetMetadata(metadataName, metadataValue);