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