Base:
property
IsVararg
Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol.IsVararg
2 references to IsVararg
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PEMethodSymbol.cs (2)
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())