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)
95
var info = new
CSharpCodeGenerationContextInfo
(
MakeLocalFunctionStaticCodeFixHelper.cs (1)
171
var info = new
CSharpCodeGenerationContextInfo
(