3 writes to excludeAttribute
Microsoft.Build.Engine (3)
Xml\BuildItemGroupChildXml.cs (3)
63this.excludeAttribute = attribute; 176excludeAttribute = element.Attributes[XMakeAttributes.exclude]; 205excludeAttribute = ProjectXmlUtilities.SetOrRemoveAttribute(element, XMakeAttributes.exclude, value);
6 references to excludeAttribute
Microsoft.Build.Engine (6)
Xml\BuildItemGroupChildXml.cs (6)
106if (this.excludeAttribute != null) 108ProjectXmlUtilities.VerifyThrowProjectInvalidAttribute((childTypeExpected & ChildType.BuildItemAdd) == ChildType.BuildItemAdd, excludeAttribute); 119ProjectXmlUtilities.VerifyThrowProjectInvalidAttribute(excludeAttribute == null, excludeAttribute); 200return ProjectXmlUtilities.GetAttributeValue(excludeAttribute); 242get { return excludeAttribute; }