1 write to _store
System (1)
sys\system\configuration\LocalFileSettingsProvider.cs (1)
70
_store
= new ClientSettingsStore();
2 references to _store
System (2)
sys\system\configuration\LocalFileSettingsProvider.cs (2)
69
if (
_store
== null) {
73
return
_store
;