3 implementations of ILocationReferenceExpression
System.Activities (3)
System\Activities\Expressions\EnvironmentLocationReference.cs (1)
11
public class EnvironmentLocationReference<T> : CodeActivity<Location<T>>, IExpressionContainer,
ILocationReferenceExpression
System\Activities\Expressions\EnvironmentLocationValue.cs (1)
11
public class EnvironmentLocationValue<T> : CodeActivity<T>, IExpressionContainer,
ILocationReferenceExpression
System\Activities\Expressions\LocationReferenceValue.cs (1)
11
sealed class LocationReferenceValue<T> : CodeActivity<T>, IExpressionContainer, ILocationReferenceWrapper,
ILocationReferenceExpression
12 references to ILocationReferenceExpression
System.Activities (12)
System\Activities\ActivityUtilities.cs (9)
1421
static Dictionary<Type,
ILocationReferenceExpression
> locationReferenceValueTypeDefinitions = new Dictionary<Type,
ILocationReferenceExpression
>();
1424
static Dictionary<Type,
ILocationReferenceExpression
> environmentLocationReferenceTypeDefinitions = new Dictionary<Type,
ILocationReferenceExpression
>();
1427
static Dictionary<Type,
ILocationReferenceExpression
> environmentLocationValueTypeDefinitions = new Dictionary<Type,
ILocationReferenceExpression
>();
1431
Dictionary<Type,
ILocationReferenceExpression
> lookupTable = null;
1445
ILocationReferenceExpression
existingInstance;
1456
existingInstance = (
ILocationReferenceExpression
)Activator.CreateInstance(
System\Activities\Expressions\EnvironmentLocationReference.cs (1)
54
ActivityWithResult
ILocationReferenceExpression
.CreateNewInstance(LocationReference locationReference)
System\Activities\Expressions\EnvironmentLocationValue.cs (1)
54
ActivityWithResult
ILocationReferenceExpression
.CreateNewInstance(LocationReference locationReference)
System\Activities\Expressions\LocationReferenceValue.cs (1)
48
ActivityWithResult
ILocationReferenceExpression
.CreateNewInstance(LocationReference locationReference)