6 writes to options
System.Management (6)
managementscope.cs (6)
777
scopeTmp.
options
= null;
797
scopeTmp.
options
= ConnectionOptions._Clone(scope.options, new IdentifierChangedEventHandler(scopeTmp.HandleIdentifierChange));
909
this.
options
= ConnectionOptions._Clone(options, new IdentifierChangedEventHandler(HandleIdentifierChange));
912
this.
options
= null;
945
return
options
= ConnectionOptions._Clone(null, new IdentifierChangedEventHandler(HandleIdentifierChange));
956
options
= ConnectionOptions._Clone((ConnectionOptions)value, new IdentifierChangedEventHandler(HandleIdentifierChange));
9 references to options
System.Management (9)
managementscope.cs (9)
751
: this (path, (null != scope) ? scope.
options
: null) {}
796
if (scope.
options
!= null)
797
scopeTmp.options = ConnectionOptions._Clone(scope.
options
, new IdentifierChangedEventHandler(scopeTmp.HandleIdentifierChange));
944
if (
options
== null)
947
return
options
;
953
if (null !=
options
)
954
options
.IdentifierChanged -= new IdentifierChangedEventHandler(HandleIdentifierChange);
1120
if (null == threadParam.
options
)
1147
threadParam.
options
.Flags |= (int)tag_WBEM_CONNECT_OPTIONS.WBEM_FLAG_CONNECT_USE_MAX_WAIT;