internal NestedStaticClassNestedSealedPartialClassWithCodeAnalysis()
        {
            var type = new InternalNestedSealedClassWithCodeAnalysis <NestedStaticClassNestedSealedPartialClassWithCodeAnalysis>(this);

            classType  = new NestedStaticClassNestedSealedClassWithCodeAnalysis(type);
            sealedType = new SealedPartialTypeWithCodeAnalysis <NestedStaticClassNestedSealedPartialClassWithCodeAnalysis>(type);
        }
Example #2
0
 internal NestedStaticPartialClassNestedSealedClassWithCodeAnalysis(
     NestedStaticClassNestedSealedClassWithCodeAnalysis classType)
 {
     this.classType = classType;
     classType.DeclaringTypeFunc = () => DeclaringType.Class;
 }