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