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