41 references to XmlElement
BoundTreeGenerator (8)
Model.cs (8)
18[XmlElement(ElementName = "Node", Type = typeof(Node))] 19[XmlElement(ElementName = "AbstractNode", Type = typeof(AbstractNode))] 20[XmlElement(ElementName = "PredefinedNode", Type = typeof(PredefinedNode))] 21[XmlElement(ElementName = "Enum", Type = typeof(EnumType))] 22[XmlElement(ElementName = "ValueType", Type = typeof(ValueType))] 44[XmlElement(ElementName = "Field", Type = typeof(Field))] 63[XmlElement(ElementName = "Kind", Type = typeof(Kind))] 105[XmlElement(ElementName = "Field", Type = typeof(EnumField))]
Contract.Message.IntegrationTests (1)
TestTypes.4.4.0.cs (1)
99[XmlElement(Order = 0)]
CSharpSyntaxGenerator (15)
Model\Field.cs (6)
20[XmlElement(ElementName = "Field", Type = typeof(Field))] 21[XmlElement(ElementName = "Sequence", Type = typeof(Sequence))] 32[XmlElement(ElementName = "Field", Type = typeof(Field))] 33[XmlElement(ElementName = "Choice", Type = typeof(Choice))] 60[XmlElement(ElementName = "Kind", Type = typeof(Kind))] 63[XmlElement]
Model\Node.cs (1)
20[XmlElement(ElementName = "Kind", Type = typeof(Kind))]
Model\Tree.cs (3)
18[XmlElement(ElementName = "Node", Type = typeof(Node))] 19[XmlElement(ElementName = "AbstractNode", Type = typeof(AbstractNode))] 20[XmlElement(ElementName = "PredefinedNode", Type = typeof(PredefinedNode))]
Model\TreeType.cs (5)
23[XmlElement] 26[XmlElement] 29[XmlElement(ElementName = "Field", Type = typeof(Field))] 30[XmlElement(ElementName = "Choice", Type = typeof(Choice))] 31[XmlElement(ElementName = "Sequence", Type = typeof(Sequence))]
IOperationGenerator (9)
Model.cs (9)
20[XmlElement(ElementName = "UnusedOperationKinds")] 23[XmlElement(ElementName = "Node", Type = typeof(Node))] 24[XmlElement(ElementName = "AbstractNode", Type = typeof(AbstractNode))] 45[XmlElement(ElementName = "Comments", Type = typeof(Comments))] 51[XmlElement(ElementName = "Property", Type = typeof(Property))] 54[XmlElement(ElementName = "Obsolete", Type = typeof(ObsoleteTag))] 57[XmlElement(ElementName = "OperationKind", Type = typeof(OperationKind))] 132[XmlElement(ElementName = "Comments", Type = typeof(Comments))] 145[XmlElement(ElementName = "Entry", Type = typeof(OperationKindEntry))]
ScenarioTests.Common.Tests (7)
ScenarioTestTypes.cs (7)
1293[System.Xml.Serialization.XmlElement(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] 1297[System.Xml.Serialization.XmlElement(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] 1301[System.Xml.Serialization.XmlElement(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] 1320[System.Xml.Serialization.XmlElement(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] 1418[XmlElement(Order = 0)] 1559[XmlElement] 1568[XmlElement]
System.Private.Xml (1)
System\Xml\Serialization\XmlReflectionImporter.cs (1)
2180XmlElementAttribute xmlElement = new XmlElementAttribute();