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