54 references to WithElement
Microsoft.CodeAnalysis.CSharp (5)
Syntax.xml.Internal.Generated.cs (4)
29891var cached = CSharpSyntaxNodeCache.TryGetNode((int)SyntaxKind.WithElement, withKeyword, argumentList, this.context, out hash); 29894var result = new WithElementSyntax(SyntaxKind.WithElement, withKeyword, argumentList, this.context); 35279var cached = SyntaxNodeCache.TryGetNode((int)SyntaxKind.WithElement, withKeyword, argumentList, out hash); 35282var result = new WithElementSyntax(SyntaxKind.WithElement, withKeyword, argumentList);
Syntax.xml.Syntax.Generated.cs (1)
4279/// <item><description><see cref="SyntaxKind.WithElement"/></description></item>
Microsoft.CodeAnalysis.CSharp.IOperation.UnitTests (9)
IOperation\IOperationTests_ICollectionExpressionOperation.cs (9)
86var operation = semanticModel.GetOperation(comp.SyntaxTrees.Single().FindNodeOrTokenByKind(SyntaxKind.WithElement).AsNode()!); 150var operation = semanticModel.GetOperation(comp.SyntaxTrees.Single().FindNodeOrTokenByKind(SyntaxKind.WithElement).AsNode()!); 216var operation = semanticModel.GetOperation(comp.SyntaxTrees.Single().FindNodeOrTokenByKind(SyntaxKind.WithElement).AsNode()!); 281var operation = semanticModel.GetOperation(comp.SyntaxTrees.Single().FindNodeOrTokenByKind(SyntaxKind.WithElement).AsNode()!); 346var operation = semanticModel.GetOperation(comp.SyntaxTrees.Single().FindNodeOrTokenByKind(SyntaxKind.WithElement).AsNode()!); 413var operation = semanticModel.GetOperation(comp.SyntaxTrees.Single().FindNodeOrTokenByKind(SyntaxKind.WithElement).AsNode()!); 478var operation = semanticModel.GetOperation(comp.SyntaxTrees.Single().FindNodeOrTokenByKind(SyntaxKind.WithElement).AsNode()!); 546var operation = semanticModel.GetOperation(comp.SyntaxTrees.Single().FindNodeOrTokenByKind(SyntaxKind.WithElement).AsNode()!); 616var operation = semanticModel.GetOperation(comp.SyntaxTrees.Single().FindNodeOrTokenByKind(SyntaxKind.WithElement).AsNode()!);
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (40)
Parsing\WithElementParsingTests.cs (40)
749N(SyntaxKind.WithElement); 770N(SyntaxKind.WithElement); 797N(SyntaxKind.WithElement); 833N(SyntaxKind.WithElement); 861N(SyntaxKind.WithElement); 890N(SyntaxKind.WithElement); 919N(SyntaxKind.WithElement); 955N(SyntaxKind.WithElement); 991N(SyntaxKind.WithElement); 1027N(SyntaxKind.WithElement); 1035N(SyntaxKind.WithElement); 1064N(SyntaxKind.WithElement); 1107N(SyntaxKind.WithElement); 1137N(SyntaxKind.WithElement); 1158N(SyntaxKind.WithElement); 1193N(SyntaxKind.WithElement); 1232N(SyntaxKind.WithElement); 1262N(SyntaxKind.WithElement); 1291N(SyntaxKind.WithElement); 1329N(SyntaxKind.WithElement); 1368N(SyntaxKind.WithElement); 1416N(SyntaxKind.WithElement); 1426N(SyntaxKind.WithElement); 1452N(SyntaxKind.WithElement); 1488N(SyntaxKind.WithElement); 1517N(SyntaxKind.WithElement); 1546N(SyntaxKind.WithElement); 1583N(SyntaxKind.WithElement); 1632N(SyntaxKind.WithElement); 1670N(SyntaxKind.WithElement); 1704N(SyntaxKind.WithElement); 1728N(SyntaxKind.WithElement); 1750N(SyntaxKind.WithElement); 1781N(SyntaxKind.WithElement); 1820N(SyntaxKind.WithElement); 1862N(SyntaxKind.WithElement); 1907N(SyntaxKind.WithElement); 1966N(SyntaxKind.WithElement); 2004N(SyntaxKind.WithElement); 2092N(SyntaxKind.WithElement);