2 references to ToEnum
dotnet-svcutil-lib (2)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
10738
return (Microsoft.Xml.Schema.XmlSchemaDerivationMethod)
ToEnum
(s, XmlSchemaDerivationMethodValues, @"System.Xml.Schema.XmlSchemaDerivationMethod");
FrameworkFork\System.Web.Services\Services\Description\WebReferenceOptions.cs (1)
308
return (Microsoft.Xml.Serialization.CodeGenerationOptions)
ToEnum
(s, CodeGenerationOptionsValues, @"System.Xml.Serialization.CodeGenerationOptions");