6 references to Type
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Invocation.cs (1)
1868return (value == replaced) ? q : q.Update(replaced, q.DefinedSymbol, q.Operation, q.Cast, q.Binder, q.UnoptimizedForm, q.Type);
Binder\Binder_Query.cs (1)
1032query.Type);
Generated\BoundNodes.xml.Generated.cs (4)
7705if (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)) 12001TypeSymbol? type = this.VisitType(node.Type); 14592updatedNode = node.Update(value, definedSymbol, operation, cast, node.Binder, unoptimizedForm, node.Type); 16829new TreeDumperNode("type", node.Type, null),