Exemple #1
0
        internal StaticClassNestedStaticPartialClassWithCodeAnalysis()
        {
            var type = new InternalNestedStaticClassWithCodeAnalysis <StaticClassNestedStaticPartialClassWithCodeAnalysis>(this);

            classType   = new StaticClassNestedStaticClassWithCodeAnalysis();
            partialType = new InternalNestedStaticPartialClassWithCodeAnalysis <StaticClassNestedStaticPartialClassWithCodeAnalysis>(type);
        }
 internal StaticPartialClassNestedStaticClassWithCodeAnalysis(StaticClassNestedStaticClassWithCodeAnalysis type)
 {
     classType = type;
     classType.DeclaringTypeFunc = () => DeclaringType.Class;
 }