272 references to Expression
Aspire.Hosting.Integration.Analyzers (3)
ConfigurationSchemaGenerator (2)
ILLink.RoslynAnalyzer (1)
Microsoft.Analyzers.Extra (3)
Microsoft.AspNetCore.App.Analyzers (1)
Microsoft.AspNetCore.App.CodeFixes (8)
Microsoft.AspNetCore.Components.Testing.Generators (2)
Microsoft.AspNetCore.Http.RequestDelegateGenerator (3)
Microsoft.AspNetCore.OpenApi.SourceGenerators (1)
Microsoft.CodeAnalysis.CSharp (32)
Binder\Binder_Invocation.cs (9)
194bool isArglist = node.Expression.Kind() == SyntaxKind.ArgListExpression;
214BoundExpression boundExpression = BindMethodGroup(node.Expression, invoked: true, indexed: false, diagnostics: diagnostics);
226Debug.Assert(node.Expression.Kind() is SyntaxKind.SimpleMemberAccessExpression);
227var memberAccess = (MemberAccessExpressionSyntax)node.Expression;
237BoundExpression boundExpression = BindMethodGroup(node.Expression, invoked: true, indexed: false, diagnostics: diagnostics);
247string name = boundExpression.Kind == BoundKind.MethodGroup ? GetName(node.Expression) : null;
249return BindInvocationExpression(node, node.Expression, name, boundExpression, analyzedArguments, diagnostics, acceptOnlyMethods: false);
254if (node.Expression is MemberAccessExpressionSyntax { Expression: InvocationExpressionSyntax receiver, RawKind: (int)SyntaxKind.SimpleMemberAccessExpression } && !receiver.MayBeNameofOperator())
1383((InvocationExpressionSyntax)node).Expression :
Microsoft.CodeAnalysis.CSharp.Analyzers (4)
Microsoft.CodeAnalysis.CSharp.CodeStyle (27)
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (21)
Microsoft.CodeAnalysis.CSharp.Features (59)
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (37)
Microsoft.CodeAnalysis.CSharp.Workspaces (31)
Microsoft.DotNet.CodeAnalysis (2)
Microsoft.Extensions.Configuration.Binder.SourceGeneration (3)
Microsoft.Extensions.Validation.ValidationsGenerator (1)
Microsoft.Interop.ComInterfaceGenerator (1)
Microsoft.Maui.Controls.BindingSourceGen (6)
Microsoft.ML.InternalCodeAnalyzer (4)
Roslyn.Diagnostics.CSharp.Analyzers (15)
System.Windows.Forms.Analyzers.CSharp (4)
System.Windows.Forms.PrivateSourceGenerators (1)