1 write to Operation
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
7687
this.
Operation
= operation;
10 references to Operation
Microsoft.CodeAnalysis.CSharp (10)
Binder\Binder_Invocation.cs (1)
1868
return (value == replaced) ? q : q.Update(replaced, q.DefinedSymbol, q.
Operation
, q.Cast, q.Binder, q.UnoptimizedForm, q.Type);
Binder\Binder_Query.cs (1)
1028
query.
Operation
,
Compilation\CSharpSemanticModel.cs (3)
3618
if (query.
Operation
!= null && (object)query.
Operation
.ExpressionSymbol != null) builder.Add(query.
Operation
.ExpressionSymbol);
Compilation\MemberSemanticModel.cs (1)
1049
var call = bound?.
Operation
as BoundCall;
Generated\BoundNodes.xml.Generated.cs (4)
7706
if (value != this.Value || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(definedSymbol, this.DefinedSymbol) || operation != this.
Operation
|| cast != this.Cast || binder != this.Binder || unoptimizedForm != this.UnoptimizedForm || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything))
11999
BoundExpression? operation = node.
Operation
;
14581
BoundExpression? operation = node.
Operation
;
16826
new TreeDumperNode("operation", null, new TreeDumperNode[] { Visit(node.
Operation
, null) }),