3 writes to scope
System.Management (3)
System\Management\ManagementEventWatcher.cs (3)
218
this.
scope
= ManagementScope._Clone(scope, new IdentifierChangedEventHandler(HandleIdentifierChange));
220
this.
scope
= ManagementScope._Clone(null, new IdentifierChangedEventHandler(HandleIdentifierChange));
294
scope
= (ManagementScope)value.Clone();
12 references to scope
System.Management (12)
System\Management\ManagementEventWatcher.cs (12)
249
if (null !=
scope
)
250
scope
.IdentifierChanged -= new IdentifierChangedEventHandler(HandleIdentifierChange);
287
return
scope
;
293
ManagementScope oldScope =
scope
;
301
scope
.IdentifierChanged += new IdentifierChangedEventHandler(HandleIdentifierChange);
407
status =
scope
.GetSecuredIWbemServicesHandler(Scope.GetIWbemServices()).ExecNotificationQuery_(
428
status =
scope
.GetSecuredIEnumWbemClassObjectHandler(enumWbem).Next_(timeout, (uint)options.BlockSize, tempArray, ref cachedCount);
485
IWbemServices wbemServices =
scope
.GetIWbemServices();
497
int status =
scope
.GetSecuredIWbemServicesHandler(wbemServices).ExecNotificationQueryAsync_(
563
if (null ==
scope
)
570
lock (
scope
)
572
scope
.Initialize();