2 overrides of UseInvariantVersionAsync
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\CSharpSpecifyCultureForToLowerAndToUpper.Fixer.cs (1)
44
protected override Task<Document>
UseInvariantVersionAsync
(Document document, SyntaxGenerator generator, SyntaxNode root, SyntaxNode node)
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\BasicSpecifyCultureForToLowerAndToUpper.Fixer.vb (1)
59
Protected Overrides Function
UseInvariantVersionAsync
(document As Document, generator As SyntaxGenerator, root As SyntaxNode, node As SyntaxNode) As Task(Of Document)
1 reference to UseInvariantVersionAsync
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\SpecifyCultureForToLowerAndToUpper.Fixer.cs (1)
37
async ct => await
UseInvariantVersionAsync
(context.Document, generator, root, node).ConfigureAwait(false),