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