8 references to designTimeTypes
System.Workflow.ComponentModel (8)
AuthoringOM\Compiler\TypeSystem\TypeProvider.cs (8)
388
returnType = this.
designTimeTypes
[typeName] as Type;
472
if (this.
designTimeTypes
!= null && this.
designTimeTypes
.Count > 0 && returnType.Assembly != null && returnType.IsGenericTypeDefinition)
498
foreach (Type type in this.
designTimeTypes
.Values)
916
if (!this.
designTimeTypes
.Contains(typeName))
917
this.
designTimeTypes
[typeName] = type;
925
Debug.Assert(this.
designTimeTypes
.Contains(typeName), "How come you are removing type which you did not push in.");
945
this.
designTimeTypes
.Remove(typeName);