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

            classType   = new ClassNestedClassWithCodeAnalysis(type);
            partialType = new PartialClassTypeWithCodeAnalysis <ClassNestedPartialClassWithCodeAnalysis>(type);
        }
Exemple #2
0
 internal PartialClassNestedClassWithCodeAnalysis(ClassNestedClassWithCodeAnalysis @class)
 {
     classType = @class;
     classType.DeclaringTypeFunc = () => DeclaringType.Class;
 }