5 references to WithKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\0\Syntax.xml.Main.Generated.cs (1)
1729
=> node.Update(VisitToken(node.
WithKeyword
), (ArgumentListSyntax?)Visit(node.ArgumentList) ?? throw new ArgumentNullException("argumentList"));
_generated\2\Syntax.xml.Syntax.Generated.cs (2)
4305
if (withKeyword != this.
WithKeyword
|| argumentList != this.ArgumentList)
4316
public WithElementSyntax WithArgumentList(ArgumentListSyntax argumentList) => Update(this.
WithKeyword
, argumentList);
Binder\Binder_Expressions.cs (2)
5353
MessageID.IDS_FeatureCollectionExpressionArguments.CheckFeatureAvailability(diagnostics, syntax, withElementSyntax.
WithKeyword
.GetLocation());
5492
diagnostics.Add(ErrorCode.ERR_CollectionArgumentsMustBeFirst, withElementSyntax.
WithKeyword
);