3 references to WithUsingKeyword
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.cs (1)
12985
var newNode = node.WithGlobalKeyword(node.GlobalKeyword).
WithUsingKeyword
(node.UsingKeyword).WithStaticKeyword(node.StaticKeyword).WithUnsafeKeyword(node.UnsafeKeyword).WithAlias(node.Alias).WithNamespaceOrType(node.NamespaceOrType).WithSemicolonToken(node.SemicolonToken);
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Snippets\CSharpSnippetExpansionLanguageHelper.cs (1)
138
.
WithUsingKeyword
(UsingKeyword.WithTrailingTrivia(SyntaxFactory.Space));
QuarantineTools.Tests (1)
QuarantineScriptTests.cs (1)
421
.
WithUsingKeyword
(