1 write to Context
System.Management (1)
System\Management\ManagementOptions.cs (1)
226this.Context = context;
29 references to Context
System.Management (29)
System\Management\ManagementClass.cs (4)
600WmiEventSink sink = watcher.GetNewSink(Scope, o.Context); 752WmiEventSink sink = watcher.GetNewSink(Scope, o.Context); 1140o.Context); 1328WmiEventSink sink = watcher.GetNewSink(Scope, o.Context);
System\Management\ManagementEventWatcher.cs (2)
489sink = new SinkForEventQuery(this, options.Context, wbemServices); 539FireStopped(new StoppedEventArgs(options.Context, (int)ManagementStatus.OperationCanceled));
System\Management\ManagementObject.cs (7)
904o.Context, 1163o.Context); 1388WmiEventSink sink = watcher.GetNewSink(scope, o.Context); 1625o.Context, scope.Path.GetNamespacePath((int)tag_WBEM_GET_TEXT_FLAGS.WBEMPATH_GET_SERVER_AND_NAMESPACE_ONLY), ClassName); 1885WmiEventSink sink = watcher.GetNewPutSink(destinationScope, o.Context, 2023WmiEventSink sink = watcher.GetNewSink(scope, o.Context); 2359WmiEventSink sink = watcher.GetNewSink(scope, o.Context);
System\Management\ManagementObjectSearcher.cs (1)
418WmiEventSink sink = watcher.GetNewSink(scope, enumOptions.Context);
System\Management\ManagementOptions.cs (15)
565if (null != Context) 566newContext = (ManagementNamedValueCollection)Context.Clone(); 717if (null != Context) 718newContext = (ManagementNamedValueCollection)Context.Clone(); 861if (null != Context) 862newContext = (ManagementNamedValueCollection)Context.Clone(); 1021if (null != Context) 1022newContext = (ManagementNamedValueCollection)Context.Clone(); 1108if (null != Context) 1109newContext = (ManagementNamedValueCollection)Context.Clone(); 1195if (null != Context) 1196newContext = (ManagementNamedValueCollection)Context.Clone(); 1655if (null != Context) 1656newContext = (ManagementNamedValueCollection)Context.Clone(); 1704optionsTmp = new ConnectionOptions(options.Context, options.Timeout, options.Flags);