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