Exemple #1
0
        //#endregion

        //#region IDisposable Members

        public void Dispose()
        {
            lock (this.syncObject)
            {
                this.owningAssembly = null;
                this.namespaceInfo  = null;
            }
        }
Exemple #2
0
 public CliNamespaceDeclaration(CliAssembly owningAssembly, INamespaceParent parent, CliNamespaceKeyedTreeNode namespaceInfo)
 {
     this.owningAssembly = owningAssembly;
     this.namespaceInfo  = namespaceInfo;
     this.parent         = parent;
 }