internal DelegateWithCodeAnalysis(DocumentWithCodeAnalysis document) { type = new DelegateTypeWithCodeAnalysis(); this.document = document; }
internal NestedDelegateWithCodeAnalysis() { type = new DelegateTypeWithCodeAnalysis(); }