diff --git a/docs/csharp/roslyn-sdk/get-started/syntax-transformation.md b/docs/csharp/roslyn-sdk/get-started/syntax-transformation.md index 7762d9e8ded92..9427e01f1b78b 100644 --- a/docs/csharp/roslyn-sdk/get-started/syntax-transformation.md +++ b/docs/csharp/roslyn-sdk/get-started/syntax-transformation.md @@ -28,7 +28,7 @@ Start Visual Studio, and create a new C# **Stand-Alone Code Analysis Tool** proj This project uses the class methods to construct a representing the `System.Collections.Generic` namespace. -Add the following using directive to the top of the `Program.cs` file to import the factory methods of the class and the methods of so that you can use them later without qualifying them: +Add the following using directive to the top of the `Program.cs`. [!code-csharp[import the SyntaxFactory class](../../../../samples/snippets/csharp/roslyn-sdk/SyntaxTransformationQuickStart/ConstructionCS/Program.cs#StaticUsings "import the Syntax Factory class and the System.Console class")]