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