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