Implemented interface member:
method
GetType
System.Workflow.ComponentModel.Compiler.ITypeProvider.GetType(System.String)
3 references to GetType
System.Workflow.Activities (1)
Common\CompModHelpers.cs (1)
818if (typeProvider.GetType(type.AssemblyQualifiedName) != null)
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\TypeProvider.cs (1)
342Type elementType = this.GetType(typeName);
Shared\CompModHelpers.cs (1)
816if (typeProvider.GetType(type.AssemblyQualifiedName) != null)