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