2 writes to scope
System.Management (2)
managementobjectcollection.cs (2)
88
this.
scope
= (ManagementScope)scope.Clone ();
90
this.
scope
= ManagementScope._Clone(null);
7 references to scope
System.Management (7)
managementobjectcollection.cs (7)
309
status =
scope
.GetSecuredIEnumWbemClassObjectHandler(enumWbem ).Clone_( ref enumWbemClone);
315
status =
scope
.GetSecuredIEnumWbemClassObjectHandler(enumWbemClone ).Reset_( );
496
collectionObject.
scope
);
549
SecurityHandler securityHandler = collectionObject.
scope
.GetSecurityHandler();
556
int status = collectionObject.
scope
.GetSecuredIEnumWbemClassObjectHandler(enumWbem ).Next_(timeout, (uint)collectionObject.options.BlockSize,tempArray, ref cachedCount);
626
SecurityHandler securityHandler = collectionObject.
scope
.GetSecurityHandler();
631
status = collectionObject.
scope
.GetSecuredIEnumWbemClassObjectHandler(enumWbem).Reset_();