2 writes to FixValue
Microsoft.CodeAnalysis.Analyzers (2)
MetaAnalyzers\Fixers\DefineDiagnosticDescriptorArgumentsCorrectlyFix.cs (2)
85
FixValue
= fixValue;
93
FixValue
= fixValue;
3 references to FixValue
Microsoft.CodeAnalysis.Analyzers (3)
MetaAnalyzers\Fixers\DefineDiagnosticDescriptorArgumentsCorrectlyFix.cs (2)
166
var newLiteral = generator.LiteralExpression(fixInfo.
FixValue
).WithTriviaFrom(literal.Syntax);
176
var textChange = new TextChange(fixInfo.AdditionalDocumentSpanToFix.Value, fixInfo.
FixValue
);
MetaAnalyzers\Fixers\DefineDiagnosticDescriptorArgumentsCorrectlyFix.CustomFixAllProvider.cs (1)
139
textChanges.Add(new TextChange(inputSpanToFix, fixInfo.
FixValue
));