12 references to CreateUnknownConstantException
System.Web.Extensions (4)
Compilation\XmlSerializer\DataSvcMapFileSerializer.cs (1)
597default: throw CreateUnknownConstantException(s, typeof(global::System.Web.Compilation.WCFModel.MetadataFile.MetadataType));
Compilation\XmlSerializer\SvcMapFileSerializer.cs (3)
704default: throw CreateUnknownConstantException(s, typeof(global::System.Web.Compilation.WCFModel.MetadataFile.MetadataType)); 1209default: throw CreateUnknownConstantException(s, typeof(global::System.Web.Compilation.WCFModel.ClientOptions.ProxySerializerType)); 1268default: throw CreateUnknownConstantException(s, typeof(global::System.Web.Compilation.WCFModel.ReferencedCollectionType.CollectionCategory));
System.Web.Services (8)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (7)
4820default: throw CreateUnknownConstantException(s, typeof(global::System.Web.Services.Description.SoapBindingUse)); 4890default: throw CreateUnknownConstantException(s, typeof(global::System.Web.Services.Description.SoapBindingUse)); 5978default: throw CreateUnknownConstantException(s, typeof(global::System.Web.Services.Description.SoapBindingStyle)); 6040default: throw CreateUnknownConstantException(s, typeof(global::System.Web.Services.Description.SoapBindingStyle)); 7275default: throw CreateUnknownConstantException(s, typeof(global::System.Xml.Schema.XmlSchemaContentProcessing)); 8680default: throw CreateUnknownConstantException(s, typeof(global::System.Xml.Schema.XmlSchemaUse)); 8688default: throw CreateUnknownConstantException(s, typeof(global::System.Xml.Schema.XmlSchemaForm));
System\Web\Services\Description\WebReferenceOptions.cs (1)
271default: throw CreateUnknownConstantException(s, typeof(System.Web.Services.Description.ServiceDescriptionImportStyle));