3 references to GetApplicationConfig
System.Web (3)
Configuration\MachineKeySection.cs (2)
133
return
GetApplicationConfig
().CompatibilityMode;
766
GetApplicationConfig
(); // sets s_config field
Security\Cryptography\AspNetCryptoServiceProvider.cs (1)
88
MachineKeySection machineKeySection = MachineKeySection.
GetApplicationConfig
();