4 references to new
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (4)
CSharpCodeGenerationContextInfo.cs (1)
35=> (Context == value) ? this : new(value, Options, Service, LanguageVersion);
CSharpCodeGenerationService.cs (1)
40=> new(context, (CSharpCodeGenerationOptions)options, this, ((CSharpParseOptions)parseOptions).LanguageVersion);
CSharpUseLocalFunctionCodeFixProvider.cs (1)
95var info = new CSharpCodeGenerationContextInfo(
MakeLocalFunctionStaticCodeFixHelper.cs (1)
171var info = new CSharpCodeGenerationContextInfo(