5 references to Generate_read_only_field_0
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (4)
GenerateVariable\GenerateVariableTests.cs (4)
89
string.Format(CodeFixesResources.
Generate_read_only_field_0
, "goo"),
109
string.Format(CodeFixesResources.
Generate_read_only_field_0
, "_goo"),
10586
""", [string.Format(CodeFixesResources.Generate_field_0, "x"), string.Format(CodeFixesResources.
Generate_read_only_field_0
, "x"), string.Format(CodeFixesResources.Generate_property_0, "x"), string.Format(CodeFixesResources.Generate_local_0, "x")]);
10614
""", [string.Format(CodeFixesResources.Generate_field_0, "x"), string.Format(CodeFixesResources.
Generate_read_only_field_0
, "x"), string.Format(CodeFixesResources.Generate_property_0, "x"), string.Format(CodeFixesResources.Generate_local_0, "x")]);
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\CodeFixes\GenerateVariable\AbstractGenerateVariableService.CodeAction.cs (1)
185
: _isReadonly ? CodeFixesResources.
Generate_read_only_field_0
: CodeFixesResources.Generate_field_0;