25 references to XmlElement
Contract.Message.IntegrationTests (1)
TestTypes.4.4.0.cs (1)
99[XmlElement(Order = 0)]
CSharpSyntaxGenerator (15)
Model\Field.cs (6)
21[XmlElement(ElementName = "Field", Type = typeof(Field))] 22[XmlElement(ElementName = "Sequence", Type = typeof(Sequence))] 33[XmlElement(ElementName = "Field", Type = typeof(Field))] 34[XmlElement(ElementName = "Choice", Type = typeof(Choice))] 68[XmlElement(ElementName = "Kind", Type = typeof(Kind))] 71[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)
26[XmlElement] 29[XmlElement] 35[XmlElement(ElementName = "Field", Type = typeof(Field))] 36[XmlElement(ElementName = "Choice", Type = typeof(Choice))] 37[XmlElement(ElementName = "Sequence", Type = typeof(Sequence))]
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)
2185XmlElementAttribute xmlElement = new XmlElementAttribute();
System.ServiceModel.Primitives (1)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
1202XmlElementAttribute elementAttribute = new XmlElementAttribute();