7 references to Method
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Usage\CSharpPreferGenericOverloads.cs (1)
43SyntaxFactory.Identifier(invocationContext.Method.Name),
Microsoft.CodeAnalysis.NetAnalyzers (5)
Microsoft.NetCore.Analyzers\Usage\PreferGenericOverloads.cs (5)
52var genericInvocation = invocationContext.Method.ContainingType 53.GetMembers(invocationContext.Method.Name) 63invocationContext.Method.ToDisplayString())); 80if (invocationContext.Method.ReducedFrom is not null) 218return method.ReturnType.IsAssignableTo(Method.ReturnType, compilation);
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Usage\BasicPreferGenericOverloads.vb (1)
38SyntaxFactory.GenericName(SyntaxFactory.Identifier(invocationContext.Method.Name),