Exemple #1
0
 protected CommonLibraryNode(CommonLibraryNode node)
     : base(node)
 {
     _fileId = node._fileId;
     _ownerHierarchy = node._ownerHierarchy;
     _fileMoniker = node._fileMoniker;
     _sourceSpan = node._sourceSpan;
 }
Exemple #2
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;
 }