1 instantiation of XmlElementAttributes
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlAttributes.cs (1)
34private XmlElementAttributes _xmlElements = new XmlElementAttributes();
3 references to XmlElementAttributes
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlAttributes.cs (2)
34private XmlElementAttributes _xmlElements = new XmlElementAttributes(); 201public XmlElementAttributes XmlElements
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (1)
2069XmlElementAttributes elements = a.XmlElements;