Home
last modified time | relevance | path

Searched refs:faultedStack (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DCommunicationObject.cs20 StackTrace faultedStack; field in System.ServiceModel.Channels.CommunicationObject
382 string originalStack = faultedStack.ToString().Replace("\r\n", "\r\n "); in CreateFaultedException()
479 if (faultedStack == null) in Fault()
480 faultedStack = new StackTrace(); in Fault()