protected CommonLibraryNode(CommonLibraryNode node) :
     base(node) {
     _fileId = node._fileId;
     _ownerHierarchy = node._ownerHierarchy;
     _fileMoniker = node._fileMoniker;
     _sourceSpan = node._sourceSpan;
 }
示例#2
0
 protected CommonLibraryNode(CommonLibraryNode node) :
     base(node)
 {
     _fileId         = node._fileId;
     _ownerHierarchy = node._ownerHierarchy;
     _fileMoniker    = node._fileMoniker;
     _sourceSpan     = node._sourceSpan;
 }
示例#3
0
 protected CommonLibraryNode(CommonLibraryNode node, string newFullName) :
     base(node, newFullName)
 {
     _scope          = node._scope;
     _fileId         = node._fileId;
     _ownerHierarchy = node._ownerHierarchy;
     _fileMoniker    = node._fileMoniker;
     _sourceSpan     = node._sourceSpan;
 }
 protected CommonLibraryNode(CommonLibraryNode node, string newFullName) :
     base(node, newFullName) {
     _scope = node._scope;
     _fileId = node._fileId;
     _ownerHierarchy = node._ownerHierarchy;
     _fileMoniker = node._fileMoniker;
     _sourceSpan = node._sourceSpan;
 }