1 write to s_type
System.Web (1)
Security\RolePrincipal.cs (1)
204s_type = typeof(DynamicRoleClaimProvider);
2 references to s_type
System.Web (2)
Security\RolePrincipal.cs (2)
202if (s_type == null) 207s_type.InvokeMember("AddDynamicRoleClaims", BindingFlags.InvokeMethod | BindingFlags.Public | BindingFlags.Static, null, null, new object[] { claimsIdentity, claimProvider.Claims }, CultureInfo.InvariantCulture);