5 instantiations of SettingsContext
System (4)
sys\system\configuration\ApplicationSettingsBase.cs (4)
105
_context = new
SettingsContext
();
111
_context = new
SettingsContext
();
490
_context = new
SettingsContext
();
547
_context = new
SettingsContext
();
System.Web (1)
Profile\HttpProfileBase.cs (1)
117
SettingsContext sc = new
SettingsContext
();
25 references to SettingsContext
System (17)
sys\system\configuration\ApplicationSettingsBase.cs (2)
35
private
SettingsContext
_context;
99
public override
SettingsContext
Context {
sys\system\configuration\IApplicationSettingsProvider.cs (3)
20
SettingsPropertyValue GetPreviousVersion(
SettingsContext
context, SettingsProperty property);
26
void Reset(
SettingsContext
context);
33
void Upgrade(
SettingsContext
context, SettingsPropertyCollection properties);
sys\system\configuration\LocalFileSettingsProvider.cs (7)
91
public override SettingsPropertyValueCollection GetPropertyValues(
SettingsContext
context, SettingsPropertyCollection properties) {
167
public override void SetPropertyValues(
SettingsContext
context, SettingsPropertyValueCollection values) {
212
public void Reset(
SettingsContext
context) {
225
public void Upgrade(
SettingsContext
context, SettingsPropertyCollection properties) {
287
public SettingsPropertyValue GetPreviousVersion(
SettingsContext
context, SettingsProperty property) {
374
private string GetSectionName(
SettingsContext
context) {
508
private void Upgrade(
SettingsContext
context, SettingsPropertyCollection properties, bool isRoaming) {
sys\system\configuration\SettingsBase.cs (3)
94
SettingsContext
context,
137
virtual public
SettingsContext
Context { get { return _Context; } }
172
private
SettingsContext
_Context = null;
sys\system\configuration\SettingsProvider.cs (2)
18
public abstract SettingsPropertyValueCollection GetPropertyValues(
SettingsContext
context, SettingsPropertyCollection collection);
19
public abstract void SetPropertyValues(
SettingsContext
context, SettingsPropertyValueCollection collection);
System.Web (3)
Profile\HttpProfileBase.cs (1)
117
SettingsContext
sc = new SettingsContext();
Profile\SqlProfileProvider.cs (2)
117
public override SettingsPropertyValueCollection GetPropertyValues(
SettingsContext
sc, SettingsPropertyCollection properties)
205
public override void SetPropertyValues(
SettingsContext
sc, SettingsPropertyValueCollection properties)
System.Web.Extensions (5)
ClientServices\Providers\ClientSettingsProvider.cs (5)
216
public override SettingsPropertyValueCollection GetPropertyValues(
SettingsContext
context, SettingsPropertyCollection propertyCollection) {
275
public override void SetPropertyValues(
SettingsContext
context, SettingsPropertyValueCollection propertyValueCollection) {
307
public void Reset(
SettingsContext
context) {
322
public void Upgrade(
SettingsContext
context, SettingsPropertyCollection properties) {
330
public SettingsPropertyValue GetPreviousVersion(
SettingsContext
context, SettingsProperty property) {