Implemented interface member:
property
IsParams
Microsoft.CodeAnalysis.IParameterSymbol.IsParams
2 references to IsParams
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationParameterSymbol.cs (2)
30bool IParameterSymbol.IsParamsArray => IsParams; 44this.IsParams, this.Type, this.Name, this.IsOptional, this.HasExplicitDefaultValue,