6 references to PropertyDeclaration
Microsoft.CodeAnalysis.CSharp.Features (2)
ReplaceMethodWithProperty\CSharpReplaceMethodWithPropertyService.cs (1)
132var property = PropertyDeclaration(
Snippets\AbstractCSharpAutoPropertySnippetProvider.cs (1)
66return SyntaxFactory.PropertyDeclaration(
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
415return SyntaxFactory.PropertyDeclaration(
Microsoft.CodeAnalysis.CSharp.Workspaces.UnitTests (1)
Formatting\FormattingTests.cs (1)
4830var property = SyntaxFactory.PropertyDeclaration(
Microsoft.Gen.Logging.Unit.Tests (2)
ParserUtilitiesTests.cs (2)
19var propertyDeclaration = SyntaxFactory.PropertyDeclaration( 30var anotherPropertyDeclaration = SyntaxFactory.PropertyDeclaration(