5 writes to _protectionProvider
System.Configuration.ConfigurationManager (5)
System\Configuration\SectionInformation.cs (5)
306
_protectionProvider
= _configRecord.GetProtectionProviderFromName(ProtectionProviderName, false);
460
_protectionProvider
= fileInput.ProtectionProvider;
473
_protectionProvider
= null;
620
_protectionProvider
= protectedConfigurationProvider;
630
_protectionProvider
= null;
1 reference to _protectionProvider
System.Configuration.ConfigurationManager (1)
System\Configuration\SectionInformation.cs (1)
310
return
_protectionProvider
;