1 write to CustomProviderData
System.Web (1)
Configuration\ProfilePropertySettings.cs (1)
97CustomProviderData = customProviderData;
2 references to CustomProviderData
System.Web (2)
Profile\HttpProfileBase.cs (2)
521if (!string.IsNullOrEmpty(pps.CustomProviderData)) 522settings.Add("CustomProviderData", pps.CustomProviderData);