1 write to rtTypeWrapper
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
1175this.rtTypeWrapper = rtTypeWrapper;
5 references to rtTypeWrapper
System.Workflow.ComponentModel (5)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (5)
1187return this.rtTypeWrapper.EnsureMethodWrapped(methodInfo); 1194return this.rtTypeWrapper.EnsureMethodWrapped(methodInfo); 1201return this.rtTypeWrapper.EnsureMethodWrapped(methodInfo); 1205get { return this.rtTypeWrapper.ResolveTypeFromTypeSystem(this.eventInfo.DeclaringType); } 1229get { return this.rtTypeWrapper.ResolveTypeFromTypeSystem(this.eventInfo.ReflectedType); }