internal NestedStaticClassNestedPartialClassWithCodeAnalysis()
        {
            var type = new InternalNestedClassWithCodeAnalysis <NestedStaticClassNestedPartialClassWithCodeAnalysis>(this);

            classType   = new NestedStaticClassNestedClassWithCodeAnalysis(type);
            partialType = new PartialClassTypeWithCodeAnalysis <NestedStaticClassNestedPartialClassWithCodeAnalysis>(type);
        }
 internal NestedStaticPartialClassNestedClassWithCodeAnalysis(
     NestedStaticClassNestedClassWithCodeAnalysis classType)
 {
     this.classType = classType;
     classType.DeclaringTypeFunc = () => DeclaringType.Class;
 }