2 references to new
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
ITypeSymbolExtensions.TypeSyntaxGeneratorVisitor.cs (2)
26private static readonly TypeSyntaxGeneratorVisitor NameOnlyInstance = new(nameOnly: true); 27private static readonly TypeSyntaxGeneratorVisitor NotNameOnlyInstance = new(nameOnly: false);