1 write to MergeNestedNamespaces
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
CodeGenerationContext.cs (1)
162MergeNestedNamespaces = mergeNestedNamespaces;
2 references to MergeNestedNamespaces
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
CodeGenerationContext.cs (1)
205var newMergeNestedNamespaces = mergeNestedNamespaces.HasValue ? mergeNestedNamespaces.Value : this.MergeNestedNamespaces;
CodeGenerationHelpers.cs (1)
55if (info.Context.GenerateMembers && info.Context.MergeNestedNamespaces && @namespace.Name != string.Empty)