Implemented interface member:
property
IsIndexer
Microsoft.CodeAnalysis.IPropertySymbol.IsIndexer
2 references to IsIndexer
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationPropertySymbol.cs (2)
46this.Name, this.IsIndexer, this.Parameters, 71public bool IsRequired => Modifiers.IsRequired && !IsIndexer;