6 references to GetSystemWebType
System.ServiceModel (6)
System\ServiceModel\Activation\SystemWebHelper.cs (6)
28typeOfRoles = GetSystemWebType("System.Web.Security.Roles"); 40typeOfMembership = GetSystemWebType("System.Web.Security.Membership"); 52typeOfWebContext = GetSystemWebType("System.Web.Configuration.WebContext"); 224Fx.Assert(GetSystemWebType("System.Web.Configuration.WebApplicationLevel") != null, "Type 'System.Web.Configuration.WebApplicationLevel' MUST exist in System.Web.dll."); 225Fx.Assert(GetSystemWebType("System.Web.Configuration.WebApplicationLevel").GetProperty("AboveApplication") == null || 226(int)GetSystemWebType("System.Web.Configuration.WebApplicationLevel").GetProperty("AboveApplication").GetValue(null, null) == webApplicationLevelAboveApplication,