Base:
property
IsVararg
Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol.IsVararg
2 references to IsVararg
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PEMethodSymbol.cs (2)
1146
if (this.ReturnsVoid || this.IsGenericMethod || this.
IsVararg
|| this.ParameterCount != parameterCount || this.IsParams())
1182
if (!this.ReturnsVoid || this.IsGenericMethod || this.
IsVararg
|| this.ParameterCount != parameterCount || this.IsParams())