3 references to Get
System.Web (1)
HttpCookieCollection.cs (1)
278get { return Get(name);}
System.Workflow.Runtime (2)
Hosting\WorkflowWebHostingModule.cs (2)
69HttpCookie routingCookie = HttpContext.Current.Request.Cookies.Get("WF_WorkflowInstanceId"); 81HttpCookie cookie = HttpContext.Current.Request.Cookies.Get("WF_WorkflowInstanceId");