1 write to Kind
Microsoft.CodeAnalysis.CSharp (1)
BoundTree\TupleBinaryOperatorInfo.cs (1)
145
Kind
= kind;
2 references to Kind
Microsoft.CodeAnalysis.CSharp (2)
BoundTree\TupleBinaryOperatorInfo.cs (1)
154
return new TreeDumperNode("nullnull", value:
Kind
, children: null);
Lowering\LocalRewriter\LocalRewriter_TupleBinaryOperator.cs (1)
259
return new BoundLiteral(left.Syntax, ConstantValue.Create(nullnull.
Kind
== BinaryOperatorKind.Equal), boolType);