3 writes to query
System.Management (3)
System\Management\ManagementObjectSearcher.cs (3)
210
this.
query
= (ObjectQuery)query.Clone();
212
this.
query
= new ObjectQuery();
280
query
= (ObjectQuery)value.Clone();
18 references to query
System.Management (18)
System\Management\ManagementObjectSearcher.cs (18)
275
return
query
;
335
if ((
query
.GetType() == typeof(SelectQuery)) &&
336
(((SelectQuery)
query
).Condition == null) &&
337
(((SelectQuery)
query
).SelectedProperties == null) &&
344
if (!((SelectQuery)
query
).IsSchemaQuery) //deep instance enumeration
347
((SelectQuery)
query
).ClassName,
354
status = scope.GetSecuredIWbemServicesHandler(scope.GetIWbemServices()).CreateClassEnum_(((SelectQuery)
query
).ClassName,
365
query
.QueryLanguage,
366
query
.QueryString,
428
if ((
query
.GetType() == typeof(SelectQuery)) &&
429
(((SelectQuery)
query
).Condition == null) &&
430
(((SelectQuery)
query
).SelectedProperties == null) &&
437
if (!((SelectQuery)
query
).IsSchemaQuery) //deep instance enumeration
439
status = scope.GetSecuredIWbemServicesHandler(wbemServices).CreateInstanceEnumAsync_(((SelectQuery)
query
).ClassName,
446
status = scope.GetSecuredIWbemServicesHandler(wbemServices).CreateClassEnumAsync_(((SelectQuery)
query
).ClassName,
457
query
.QueryLanguage,
458
query
.QueryString,
489
if (null ==
query
)