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