internal StaticClassNestedAbstractPartialClassWithCodeAnalysis()
        {
            var abstractType = new InternalAbstractTypeWithCodeAnalysis <StaticClassNestedAbstractPartialClassWithCodeAnalysis>(this);

            classType   = new StaticClassNestedAbstractClassWithCodeAnalysis();
            partialType = new AbstractPartialTypeWithCodeAnalysis <StaticClassNestedAbstractPartialClassWithCodeAnalysis>(
                abstractType);
        }
 internal StaticPartialClassNestedAbstractClassWithCodeAnalysis(
     StaticClassNestedAbstractClassWithCodeAnalysis type)
 {
     classType = type;
     classType.DeclaringTypeFunc = () => DeclaringType.Class;
 }