8 writes to NamespacePath
System.Management (8)
System\Management\ManagementBaseObject.cs (2)
437
classPath.
NamespacePath
= string.Empty;
444
classPath.
NamespacePath
= (string)(scopeName is System.DBNull ? "" : scopeName);
System\Management\ManagementObject.cs (4)
401
path.
NamespacePath
= scope.Path.GetNamespacePath((int)tag_WBEM_GET_TEXT_FLAGS.WBEMPATH_GET_SERVER_AND_NAMESPACE_ONLY);
707
classPath.
NamespacePath
= string.Empty;
714
classPath.
NamespacePath
= (string)(scopeName is System.DBNull ? "" : scopeName);
1811
newPath.
NamespacePath
= path.GetNamespacePath((int)tag_WBEM_GET_TEXT_FLAGS.WBEMPATH_GET_SERVER_AND_NAMESPACE_ONLY);
System\Management\ManagementPath.cs (1)
559
newPath.
NamespacePath
= this.GetNamespacePath((int)tag_WBEM_GET_TEXT_FLAGS.WBEMPATH_GET_SERVER_AND_NAMESPACE_ONLY);
System\Management\WMIGenerator.cs (1)
535
thePath.
NamespacePath
= OriginalNamespace;
9 references to NamespacePath
System.Management (9)
System\Management\ManagementObject.cs (1)
396
if ((null != scope) && (scope.Path.
NamespacePath
.Length > 0))
System\Management\ManagementQuery.cs (4)
675
if (p.IsClass && (p.
NamespacePath
.Length == 0))
1270
if ((p.IsClass || p.IsInstance) && (p.
NamespacePath
.Length == 0))
1897
if ((p.IsClass || p.IsInstance) && (p.
NamespacePath
.Length == 0))
2485
if (p.IsClass && (p.
NamespacePath
.Length == 0))
System\Management\WMIGenerator.cs (4)
552
OriginalNamespace = thePath.
NamespacePath
;
3452
new CodePrimitiveExpression(classobj.Scope.Path.
NamespacePath
)));
3473
new CodePrimitiveExpression(classobj.Scope.Path.
NamespacePath
)));
3632
new CodePrimitiveExpression(classobj.Scope.Path.
NamespacePath
)));