4 references to SimpleLocalDeclarationStatement
Microsoft.CodeAnalysis.Workspaces (4)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_CreateEqualsMethod.cs (2)
165
var localDeclaration = factory.
SimpleLocalDeclarationStatement
(generatorInternal,
177
var localDeclaration = factory.
SimpleLocalDeclarationStatement
(generatorInternal,
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_CreateGetHashCodeMethod.cs (2)
56
statements.Add(factory.
SimpleLocalDeclarationStatement
(generatorInternal,
136
? factory.
SimpleLocalDeclarationStatement
(generatorInternal, compilation.GetSpecialType(SpecialType.System_Int32), HashCodeName, CreateLiteralExpression(factory, initHash))