8 writes to NamespacePath
System.Management (8)
managementbaseobject.cs (2)
467
classPath.
NamespacePath
= String.Empty;
474
classPath.
NamespacePath
= (string)(scopeName is System.DBNull ? "" : scopeName);
managementobject.cs (4)
402
path.
NamespacePath
= scope.Path.GetNamespacePath((int)tag_WBEM_GET_TEXT_FLAGS.WBEMPATH_GET_SERVER_AND_NAMESPACE_ONLY);
719
classPath.
NamespacePath
= String.Empty;
726
classPath.
NamespacePath
= (string)(scopeName is System.DBNull ? "" : scopeName);
1838
newPath.
NamespacePath
= path.GetNamespacePath((int)tag_WBEM_GET_TEXT_FLAGS.WBEMPATH_GET_SERVER_AND_NAMESPACE_ONLY);
managementpath.cs (1)
558
newPath.
NamespacePath
= this.GetNamespacePath((int)tag_WBEM_GET_TEXT_FLAGS.WBEMPATH_GET_SERVER_AND_NAMESPACE_ONLY);
WmiGenerator.cs (1)
568
thePath.
NamespacePath
= OriginalNamespace;
9 references to NamespacePath
System.Management (9)
managementobject.cs (1)
397
if ((null != scope) && (scope.Path.
NamespacePath
.Length>0))
managementquery.cs (4)
675
if (p.IsClass && (p.
NamespacePath
.Length==0))
1273
if ((p.IsClass || p.IsInstance) && (p.
NamespacePath
.Length==0))
1899
if ((p.IsClass || p.IsInstance) && (p.
NamespacePath
.Length==0))
2485
if (p.IsClass && (p.
NamespacePath
.Length==0))
WmiGenerator.cs (4)
586
OriginalNamespace = thePath.
NamespacePath
;
3507
new CodePrimitiveExpression(classobj.Scope.Path.
NamespacePath
)));
3528
new CodePrimitiveExpression(classobj.Scope.Path.
NamespacePath
)));
3688
new CodePrimitiveExpression(classobj.Scope.Path.
NamespacePath
)));