2 references to Create
Microsoft.CodeAnalysis.CSharp (2)
Binder\DecisionDagBuilder.cs (2)
2202
? OrSequence.
Create
(AndSequence.Create(relationCondition, relationEffect), other)
2205
: AndSequence.Create(OrSequence.
Create
(Not.Create(relationCondition), relationEffect), other);