4 references to Create
Microsoft.CodeAnalysis.CSharp (4)
Binder\DecisionDagBuilder.cs (4)
2048
? OrSequence.Create(AndSequence.
Create
(relationCondition, relationEffect), other)
2050
? AndSequence.
Create
(Not.Create(AndSequence.
Create
(relationCondition, relationEffect)), other)
2051
: AndSequence.
Create
(OrSequence.Create(Not.Create(relationCondition), relationEffect), other);