3 writes to query
System.Management (3)
managementobjectsearcher.cs (3)
209
this.
query
= (ObjectQuery)query.Clone();
211
this.
query
= new ObjectQuery();
279
query
= (ObjectQuery)value.Clone ();
18 references to query
System.Management (18)
managementobjectsearcher.cs (18)
274
return
query
;
334
if ((
query
.GetType() == typeof(SelectQuery)) &&
335
(((SelectQuery)
query
).Condition == null) &&
336
(((SelectQuery)
query
).SelectedProperties == null) &&
343
if (((SelectQuery)
query
).IsSchemaQuery == false) //deep instance enumeration
346
((SelectQuery)
query
).ClassName,
353
status = scope.GetSecuredIWbemServicesHandler(scope.GetIWbemServices() ).CreateClassEnum_(((SelectQuery)
query
).ClassName,
364
query
.QueryLanguage,
365
query
.QueryString,
428
if ((
query
.GetType() == typeof(SelectQuery)) &&
429
(((SelectQuery)
query
).Condition == null) &&
430
(((SelectQuery)
query
).SelectedProperties == null) &&
437
if (((SelectQuery)
query
).IsSchemaQuery == false) //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,
490
if (null ==
query
)