1 instantiation of LocationUpdates
System.Configuration.ConfigurationManager (1)
System\Configuration\ConfigDefinitionUpdates.cs (1)
38
locationUpdates = new
LocationUpdates
(overrideMode, inheritInChildApps);
9 references to LocationUpdates
System.Configuration.ConfigurationManager (9)
System\Configuration\ConfigDefinitionUpdates.cs (4)
21
internal
LocationUpdates
FindLocationUpdates(OverrideModeSetting overrideMode, bool inheritInChildApps)
23
foreach (
LocationUpdates
locationUpdates in LocationUpdatesList)
35
LocationUpdates
locationUpdates = FindLocationUpdates(overrideMode, inheritInChildApps);
51
foreach (
LocationUpdates
locationUpdates in LocationUpdatesList) locationUpdates.CompleteUpdates();
System\Configuration\MgmtConfigurationRecord.cs (5)
2033
foreach (
LocationUpdates
locationUpdates in configDefinitionUpdates.LocationUpdatesList)
2326
LocationUpdates
locationUpdates = null;
2349
foreach (
LocationUpdates
l in definitionUpdates.LocationUpdatesList)
2602
bool locationPathApplies,
LocationUpdates
locationUpdates, SectionUpdates sectionUpdates,
2676
LocationUpdates
recurseLocationUpdates = locationUpdates;