2 references to IndexerDeclaration
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\InteropServices\CSharpDynamicInterfaceCastableImplementation.Fixer.cs (1)
81
? generator.
IndexerDeclaration
(property)
Microsoft.CodeAnalysis.Workspaces (1)
Editing\SyntaxGenerator.cs (1)
735
return property.IsIndexer ?
IndexerDeclaration
(property) : PropertyDeclaration(property);