internal NestedStaticClassNestedStaticPartialClassWithCodeAnalysis() { var type = new InternalNestedStaticClassWithCodeAnalysis <NestedStaticClassNestedStaticPartialClassWithCodeAnalysis>(this); classType = new NestedStaticClassNestedStaticClassWithCodeAnalysis(type); partialType = new InternalNestedStaticPartialClassWithCodeAnalysis <NestedStaticClassNestedStaticPartialClassWithCodeAnalysis>(type); }
internal NestedStaticPartialClassNestedStaticClassWithCodeAnalysis( NestedStaticClassNestedStaticClassWithCodeAnalysis classType) { this.classType = classType; classType.DeclaringTypeFunc = () => DeclaringType.Class; }