2 overrides of GetNewRootForNullableStructAsync
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Usage\CSharpDoNotPassNonNullableValueToArgumentNullExceptionThrowIfNullFixer.cs (1)
18
protected override async Task<SyntaxNode>
GetNewRootForNullableStructAsync
(Document document, InvocationExpressionSyntax invocation, CancellationToken cancellationToken)
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Usage\BasicDoNotPassNonNullableValueToArgumentNullExceptionThrowIfNullFixer.vb (1)
15
Protected Overrides Async Function
GetNewRootForNullableStructAsync
(document As Document, invocation As InvocationExpressionSyntax, cancellationToken As CancellationToken) As Task(Of SyntaxNode)
1 reference to GetNewRootForNullableStructAsync
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Usage\DoNotPassNonNullableValueToArgumentNullExceptionThrowIfNull.Fixer.cs (1)
53
var newRoot = await
GetNewRootForNullableStructAsync
(context.Document, invocation, ct).ConfigureAwait(false);