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