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