4 writes to context
System.Management (4)
managementoptions.cs (4)
175
return
context
= new ManagementNamedValueCollection();
184
context
= (ManagementNamedValueCollection) value.Clone();
186
context
= new ManagementNamedValueCollection ();
236
this.
context
= null;
7 references to context
System.Management (7)
managementoptions.cs (7)
174
if (
context
== null)
177
return
context
;
181
ManagementNamedValueCollection oldContext =
context
;
192
context
.IdentifierChanged += new IdentifierChangedEventHandler(HandleIdentifierChange);
242
if (
context
!= null)
243
return
context
.GetContext();
783
optionsTmp = new ObjectGetOptions(options.
context
, options.timeout, options.UseAmendedQualifiers);