1 write to _fileChangeCallbacks
System.Web (1)
Configuration\WebConfigurationHost.cs (1)
517
_fileChangeCallbacks
= new Hashtable(StringComparer.OrdinalIgnoreCase);
2 references to _fileChangeCallbacks
System.Web (2)
Configuration\WebConfigurationHost.cs (2)
516
if (
_fileChangeCallbacks
== null) {
520
return
_fileChangeCallbacks
;