2 references to supportedTypes
System.Workflow.Activities (2)
Rules\ArithmeticLiteral.cs (2)
308
if (
supportedTypes
.TryGetValue(lhs, out lhsType) &&
supportedTypes
.TryGetValue(rhs, out rhsType))