2 writes to AnyNamespaces
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (2)
1690
element.
AnyNamespaces
= anyNs;
1934
element.
AnyNamespaces
= anyNs;
2 references to AnyNamespaces
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (2)
1988
string anyNs = element.
AnyNamespaces
== null ? "##any" : element.
AnyNamespaces
;