internal StructNestedInterfaceWithCodeAnalysis() { type = new NestedInterfaceWithCodeAnalysis(); }
internal StaticClassNestedInterfaceWithCodeAnalysis() { nestedInterface = new NestedInterfaceWithCodeAnalysis(); }
internal ClassNestedInterfaceWithCodeAnalysis() { type = new NestedInterfaceWithCodeAnalysis(); }