7 references to PropertyDeclaration
Microsoft.CodeAnalysis.CSharp (4)
_generated\0\Syntax.xml.Main.Generated.cs (3)
5664
=> SyntaxFactory.
PropertyDeclaration
(attributeLists, modifiers, type, explicitInterfaceSpecifier, identifier, accessorList, expressionBody, initializer, default);
5668
=> SyntaxFactory.
PropertyDeclaration
(default, default(SyntaxTokenList), type, default, identifier, default, default, default, default);
5672
=> SyntaxFactory.
PropertyDeclaration
(default, default(SyntaxTokenList), type, default, SyntaxFactory.Identifier(identifier), default, default, default, default);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
13173
var newNode = SyntaxFactory.
PropertyDeclaration
(attributeLists, modifiers, type, explicitInterfaceSpecifier, identifier, accessorList, expressionBody, initializer, semicolonToken);
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeGeneration\PropertyGenerator.cs (1)
124
var propertyDeclaration =
PropertyDeclaration
(
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeGeneration\PropertyGenerator.cs (1)
124
var propertyDeclaration =
PropertyDeclaration
(
Roslyn.Diagnostics.CSharp.Analyzers (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeGeneration\PropertyGenerator.cs (1)
124
var propertyDeclaration =
PropertyDeclaration
(