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