4 references to Variable
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
CodeGeneration\CSharpSyntaxGenerator.cs (3)
1970
return DeclarationKind.
Variable
;
1983
return DeclarationKind.
Variable
;
2008
return DeclarationKind.
Variable
;
Microsoft.CodeAnalysis.CSharp.Workspaces.UnitTests (1)
CodeGeneration\SyntaxGeneratorTests.cs (1)
3023
Assert.Equal(DeclarationKind.
Variable
, Generator.GetDeclarationKind(Generator.LocalDeclarationStatement(Generator.IdentifierName("t"), "loc")));