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