internal SealedPartialClassWithCodeAnalysis(DocumentWithCodeAnalysis document)
        {
            var type = new InternalSealedTypeWithCodeAnalysis <SealedPartialClassWithCodeAnalysis>(this);

            classType  = new SealedClassWithCodeAnalysis(document, type);
            sealedType = new SealedPartialTypeWithCodeAnalysis <SealedPartialClassWithCodeAnalysis>(type);
        }
        internal NestedStaticClassNestedSealedPartialClassWithCodeAnalysis()
        {
            var type = new InternalNestedSealedClassWithCodeAnalysis <NestedStaticClassNestedSealedPartialClassWithCodeAnalysis>(this);

            classType  = new NestedStaticClassNestedSealedClassWithCodeAnalysis(type);
            sealedType = new SealedPartialTypeWithCodeAnalysis <NestedStaticClassNestedSealedPartialClassWithCodeAnalysis>(type);
        }
Example #3
0
        internal StructNestedSealedPartialClassWithCodeAnalysis()
        {
            var type = new InternalNestedSealedClassWithCodeAnalysis <StructNestedSealedPartialClassWithCodeAnalysis>(this);

            classType  = new StructNestedSealedClassWithCodeAnalysis(type);
            sealedType = new SealedPartialTypeWithCodeAnalysis <StructNestedSealedPartialClassWithCodeAnalysis>(type);
        }