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