2 references to XmlSerializerSchemaInstanceNamespace
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\EndpointAddressProcessor.cs (1)
18
internal static readonly string XsiNs = XmlUtil.
XmlSerializerSchemaInstanceNamespace
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\XmlSerializerOperationFormatter.cs (1)
257
writer.WriteAttributeString("xmlns", "xsi", null, XmlUtil.
XmlSerializerSchemaInstanceNamespace
);