5 writes to childType
Microsoft.Build.Engine (5)
Xml\BuildItemGroupChildXml.cs (5)
90this.childType = ChildType.Invalid; 95this.childType = ChildType.BuildItemModify; 103this.childType = ChildType.BuildItemAdd; 111this.childType = ChildType.BuildItemAdd; 120this.childType = ChildType.BuildItemRemove;
3 references to childType
Microsoft.Build.Engine (3)
Xml\BuildItemGroupChildXml.cs (3)
123if (this.childType == ChildType.Invalid) 144if (this.childType == ChildType.BuildItemRemove && children.Count != 0) 257get { return childType; }