Implemented interface member:
property
IsIndexer
Microsoft.CodeAnalysis.IPropertySymbol.IsIndexer
1 write to IsIndexer
Microsoft.CodeAnalysis.Workspaces (1)
CodeGenerationPropertySymbol.cs (1)
47
this.
IsIndexer
= isIndexer;
2 references to IsIndexer
Microsoft.CodeAnalysis.Workspaces (2)
CodeGenerationPropertySymbol.cs (2)
59
this.Name, this.
IsIndexer
, this.Parameters,
84
public bool IsRequired => Modifiers.IsRequired && !
IsIndexer
;