2 references to Undefined
Microsoft.CodeAnalysis.CSharp (2)
Binder\Semantics\Operators\BinaryOperatorAnalysisResult.cs (1)
36
get { return this.Kind != OperatorAnalysisResultKind.
Undefined
; }
Binder\Semantics\Operators\UnaryOperatorAnalysisResult.cs (1)
31
get { return this.Kind != OperatorAnalysisResultKind.
Undefined
; }