Base:
property
IsGenericMethod
Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol.IsGenericMethod
1 override of IsGenericMethod
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Extensions\SourceExtensionImplementationMethodSymbol.cs (1)
28
public override bool
IsGenericMethod
=> Arity != 0;
2 references to IsGenericMethod
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Retargeting\RetargetingMethodSymbol.cs (2)
99
if (!
IsGenericMethod
)
118
if (
IsGenericMethod
)