2 overrides of FixDeclareStatementAsync
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\InteropServices\CSharpSpecifyMarshalingForPInvokeStringArguments.Fixer.cs (1)
35
protected override Task<Document>
FixDeclareStatementAsync
(Document document, SyntaxNode node, CancellationToken cancellationToken)
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\InteropServices\BasicSpecifyMarshalingForPInvokeStringArguments.Fixer.vb (1)
33
Protected Overrides Async Function
FixDeclareStatementAsync
(document As Document, node As SyntaxNode, cancellationToken As CancellationToken) As Task(Of Document)
1 reference to FixDeclareStatementAsync
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\InteropServices\SpecifyMarshalingForPInvokeStringArguments.Fixer.cs (1)
56
async ct => await
FixDeclareStatementAsync
(context.Document, node, ct).ConfigureAwait(false),