7 references to ManagementNamedValueCollection
System.Management (3)
managementnamedvaluecollection.cs (1)
133 ManagementNamedValueCollection nvc = new ManagementNamedValueCollection();
managementoptions.cs (2)
175return context = new ManagementNamedValueCollection(); 186context = new ManagementNamedValueCollection ();
WsatConfig (2)
Configuration\RemoteHelper.cs (1)
40ObjectGetOptions options = new ObjectGetOptions(new ManagementNamedValueCollection(), TimeSpan.FromSeconds(15), false);
Configuration\StdRegProviderWrapper.cs (1)
96ObjectGetOptions options = new ObjectGetOptions(new ManagementNamedValueCollection(), TimeSpan.FromSeconds(15), false);
WsatUI (2)
Configuration\RemoteHelper.cs (1)
40ObjectGetOptions options = new ObjectGetOptions(new ManagementNamedValueCollection(), TimeSpan.FromSeconds(15), false);
Configuration\StdRegProviderWrapper.cs (1)
96ObjectGetOptions options = new ObjectGetOptions(new ManagementNamedValueCollection(), TimeSpan.FromSeconds(15), false);