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