5 references to WithElement
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
30154
var cached = CSharpSyntaxNodeCache.TryGetNode((int)SyntaxKind.
WithElement
, withKeyword, argumentList, this.context, out hash);
30157
var result = new WithElementSyntax(SyntaxKind.
WithElement
, withKeyword, argumentList, this.context);
35581
var cached = SyntaxNodeCache.TryGetNode((int)SyntaxKind.
WithElement
, withKeyword, argumentList, out hash);
35584
var result = new WithElementSyntax(SyntaxKind.
WithElement
, withKeyword, argumentList);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
4279
/// <item><description><see cref="SyntaxKind.
WithElement
"/></description></item>