1 implementation of IsSimpleArgument
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
597public bool IsSimpleArgument([NotNullWhen(true)] SyntaxNode? node)
1 reference to IsSimpleArgument
Microsoft.CodeAnalysis.CodeStyle (1)
src\Analyzers\Core\Analyzers\UseCollectionInitializer\UpdateExpressionState.cs (1)
301if (!this.SyntaxFacts.IsSimpleArgument(argument))