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