Implemented interface member:
property
IsParams
Microsoft.CodeAnalysis.IParameterSymbol.IsParams
1 write to IsParams
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
CodeGenerationParameterSymbol.cs (1)
42this.IsParams = isParams;
1 reference to IsParams
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
CodeGenerationParameterSymbol.cs (1)
53this.IsParams, this.Type, this.Name, this.IsOptional, this.HasExplicitDefaultValue,