4 references to SimpleLocalDeclarationStatement
Microsoft.CodeAnalysis.Workspaces (4)
Shared\Extensions\SyntaxGeneratorExtensions_CreateEqualsMethod.cs (2)
162
var localDeclaration = factory.
SimpleLocalDeclarationStatement
(factory.SyntaxGeneratorInternal,
174
var localDeclaration = factory.
SimpleLocalDeclarationStatement
(factory.SyntaxGeneratorInternal,
SyntaxGeneratorExtensions_CreateGetHashCodeMethod.cs (2)
56
statements.Add(factory.
SimpleLocalDeclarationStatement
(generatorInternal,
136
? factory.
SimpleLocalDeclarationStatement
(generatorInternal, compilation.GetSpecialType(SpecialType.System_Int32), HashCodeName, CreateLiteralExpression(factory, initHash))