Base:
property
IsGenericMethod
Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol.IsGenericMethod
2 references to IsGenericMethod
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PEMethodSymbol.cs (2)
961
public override ImmutableArray<TypeWithAnnotations> TypeArgumentsWithAnnotations =>
IsGenericMethod
? GetTypeParametersAsTypeArguments() : ImmutableArray<TypeWithAnnotations>.Empty;
1139
if (this.ReturnsVoid || this.
IsGenericMethod
|| this.IsVararg || this.ParameterCount != parameterCount || this.IsParams())