3 references to staticMethodMessageMap
System.Workflow.Activities (3)
LocalService\MethodMessage.cs (3)
87staticMethodMessageMap.Add(callbackCookie, previousMessage ?? this); 99if (staticMethodMessageMap.TryGetValue(callbackCookie, out previousMessage)) 100staticMethodMessageMap.Remove(callbackCookie);