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

            classType   = new NestedStaticClassNestedClassWithCodeAnalysis(type);
            partialType = new PartialClassTypeWithCodeAnalysis <NestedStaticClassNestedPartialClassWithCodeAnalysis>(type);
        }
        internal StructNestedPartialClassWithCodeAnalysis()
        {
            var type = new InternalNestedClassWithCodeAnalysis <StructNestedPartialClassWithCodeAnalysis>(this);

            classType   = new StructNestedClassWithCodeAnalysis(type);
            partialType = new PartialClassTypeWithCodeAnalysis <StructNestedPartialClassWithCodeAnalysis>(type);
        }
Esempio n. 3
0
 internal PartialClassTypeWithCodeAnalysis(InternalNestedClassWithCodeAnalysis <TClass> classType)
     : this(classType.InternalClass)
 {
 }