5 references to Type
Microsoft.CodeAnalysis.CSharp (5)
Generated\BoundNodes.xml.Generated.cs (4)
1720if (left != this.Left || right != this.Right || operatorKind != this.OperatorKind || operators != this.Operators || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 11027TypeSymbol? type = this.VisitType(node.Type); 12758updatedNode = node.Update(left, right, node.OperatorKind, node.Operators, node.Type); 15308new TreeDumperNode("type", node.Type, null),
Lowering\LocalRewriter\LocalRewriter_TupleBinaryOperator.cs (1)
30var boolType = node.Type; // we can re-use the bool type