2 writes to FixValue
Microsoft.CodeAnalysis.Analyzers (2)
MetaAnalyzers\Fixers\DefineDiagnosticDescriptorArgumentsCorrectlyFix.cs (2)
82FixValue = fixValue; 90FixValue = fixValue;
3 references to FixValue
Microsoft.CodeAnalysis.Analyzers (3)
MetaAnalyzers\Fixers\DefineDiagnosticDescriptorArgumentsCorrectlyFix.cs (2)
163var newLiteral = generator.LiteralExpression(fixInfo.FixValue).WithTriviaFrom(literal.Syntax); 173var textChange = new TextChange(fixInfo.AdditionalDocumentSpanToFix.Value, fixInfo.FixValue);
MetaAnalyzers\Fixers\DefineDiagnosticDescriptorArgumentsCorrectlyFix.CustomFixAllProvider.cs (1)
138textChanges.Add(new TextChange(inputSpanToFix, fixInfo.FixValue));