1 override of TryGetModifiedInvocationSyntax
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Usage\CSharpPreferGenericOverloads.cs (1)
21protected sealed override bool TryGetModifiedInvocationSyntax(RuntimeTypeInvocationContext invocationContext, [NotNullWhen(true)] out SyntaxNode? modifiedInvocationSyntax)
1 reference to TryGetModifiedInvocationSyntax
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Usage\PreferGenericOverloads.cs (1)
97!TryGetModifiedInvocationSyntax(invocationContext, out var modifiedInvocationSyntax))