2 overrides of TryGetModifiedInvocationSyntax
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Usage\CSharpPreferGenericOverloads.cs (1)
21
protected sealed override bool
TryGetModifiedInvocationSyntax
(RuntimeTypeInvocationContext invocationContext, [NotNullWhen(true)] out SyntaxNode? modifiedInvocationSyntax)
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Usage\BasicPreferGenericOverloads.vb (1)
18
Protected Overrides Function
TryGetModifiedInvocationSyntax
(invocationContext As RuntimeTypeInvocationContext,
1 reference to TryGetModifiedInvocationSyntax
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Usage\PreferGenericOverloads.cs (1)
97
!
TryGetModifiedInvocationSyntax
(invocationContext, out var modifiedInvocationSyntax))