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