3 references to QueryContinuation
Microsoft.CodeAnalysis.CSharp (3)
_generated\0\Syntax.xml.Main.Generated.cs (2)
3658
=> SyntaxFactory.
QueryContinuation
(SyntaxFactory.Token(SyntaxKind.IntoKeyword), identifier, body);
3662
=> SyntaxFactory.
QueryContinuation
(SyntaxFactory.Token(SyntaxKind.IntoKeyword), SyntaxFactory.Identifier(identifier), body);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
4981
var newNode = SyntaxFactory.
QueryContinuation
(intoKeyword, identifier, body);