6 references to Type
Microsoft.CodeAnalysis.CSharp (6)
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)
1032
query.
Type
);
Generated\BoundNodes.xml.Generated.cs (4)
7705
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))
12001
TypeSymbol? type = this.VisitType(node.
Type
);
14592
updatedNode = node.Update(value, definedSymbol, operation, cast, node.Binder, unoptimizedForm, node.
Type
);
16829
new TreeDumperNode("type", node.
Type
, null),