3 references to WhenTrue
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\NullableWalker_Patterns.cs (3)
1052
return Source == (object)other.Source &&
WhenTrue
== other.
WhenTrue
;
1057
return Hash.Combine(System.Runtime.CompilerServices.RuntimeHelpers.GetHashCode(Source),
WhenTrue
.GetHashCode());