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