2 references to new
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
CSharpDeclarationComparer.cs (2)
63public static readonly CSharpDeclarationComparer WithNamesInstance = new(includeName: true); 64public static readonly CSharpDeclarationComparer WithoutNamesInstance = new(includeName: false);