6 instantiations of XmlFormatExtensionPrefixAttribute
dotnet-svcutil-lib (6)
FrameworkFork\System.Web.Services\Services\Description\HttpFormatExtensions.cs (1)
27[XmlFormatExtensionPrefix("http", HttpBinding.Namespace)]
FrameworkFork\System.Web.Services\Services\Description\MimeFormatExtensions.cs (2)
15[XmlFormatExtensionPrefix("mime", MimeContentBinding.Namespace)] 133[XmlFormatExtensionPrefix("tm", MimeTextBinding.Namespace)]
FrameworkFork\System.Web.Services\Services\Description\Soap12FormatExtensions.cs (1)
14[XmlFormatExtensionPrefix("soap12", Soap12Binding.Namespace)]
FrameworkFork\System.Web.Services\Services\Description\SoapFormatExtensions.cs (2)
17[XmlFormatExtensionPrefix("soap", SoapBinding.Namespace)] 18[XmlFormatExtensionPrefix("soapenc", "http://schemas.xmlsoap.org/soap/encoding/")]
3 references to XmlFormatExtensionPrefixAttribute
dotnet-svcutil-lib (3)
FrameworkFork\System.Web.Services\Configuration\WebServicesSection.cs (3)
76attrs = new List<object>(extensionType.GetTypeInfo().GetCustomAttributes(typeof(XmlFormatExtensionPrefixAttribute), false)).ToArray(); 81XmlFormatExtensionPrefixAttribute prefixAttr = (XmlFormatExtensionPrefixAttribute)attrs[i];