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