2 overrides of UseInvariantVersion
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\CSharpSpecifyCultureForToLowerAndToUpper.Fixer.cs (1)
54
protected override SyntaxNode
UseInvariantVersion
(SyntaxNode currentMemberAccess, SyntaxGenerator generator)
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\BasicSpecifyCultureForToLowerAndToUpper.Fixer.vb (1)
59
Protected Overrides Function
UseInvariantVersion
(currentMemberAccess As SyntaxNode, generator As SyntaxGenerator) As SyntaxNode
2 references to UseInvariantVersion
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Runtime\SpecifyCultureForToLowerAndToUpper.Fixer.cs (2)
85
editor.ReplaceNode(memberAccess, (currentNode, generator) =>
UseInvariantVersion
(currentNode, generator));
120
/// Returns the member access <see cref="
UseInvariantVersion
"/> renames, or <see langword="null"/> when