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