3 writes to options
System.Management (3)
System\Management\ManagementObjectSearcher.cs (3)
215
this.
options
= (EnumerationOptions)options.Clone();
217
this.
options
= new EnumerationOptions();
301
options
= (EnumerationOptions)value.Clone();
6 references to options
System.Management (6)
System\Management\ManagementObjectSearcher.cs (6)
296
return
options
;
326
EnumerationOptions enumOptions = (EnumerationOptions)
options
.Clone();
338
options
.EnumerateDeep)
392
return new ManagementObjectCollection(scope,
options
, ew);
411
EnumerationOptions enumOptions = (EnumerationOptions)
options
.Clone();
431
options
.EnumerateDeep)