internal ClassNestedStructWithCodeAnalysis(NestedStructWithCodeAnalysis type = null)
 {
     structType = type ?? new InternalNestedStructWithCodeAnalysis <ClassNestedStructWithCodeAnalysis>(this);
 }
 internal StaticClassNestedStructWithCodeAnalysis(NestedStructWithCodeAnalysis @struct = null)
 {
     structType = @struct ?? new InternalNestedStructWithCodeAnalysis <StaticClassNestedStructWithCodeAnalysis>(this);
 }