1 instantiation of LocationUpdates
System.Configuration (1)
System\Configuration\ConfigDefinitionUpdates.cs (1)
41locationUpdates = new LocationUpdates(overrideMode, inheritInChildApps);
8 references to LocationUpdates
System.Configuration (8)
System\Configuration\ConfigDefinitionUpdates.cs (4)
24internal LocationUpdates FindLocationUpdates(OverrideModeSetting overrideMode, bool inheritInChildApps) { 25foreach (LocationUpdates locationUpdates in _locationUpdatesList) { 39LocationUpdates locationUpdates = FindLocationUpdates(overrideMode, inheritInChildApps); 54foreach (LocationUpdates locationUpdates in _locationUpdatesList) {
System\Configuration\MgmtConfigurationRecord.cs (4)
2176foreach (LocationUpdates locationUpdates in configDefinitionUpdates.LocationUpdatesList) { 2445LocationUpdates locationUpdates = null; 2725bool locationPathApplies, LocationUpdates locationUpdates, SectionUpdates sectionUpdates, 2799LocationUpdates recurseLocationUpdates = locationUpdates;