6 references to MessageUtil
System.ServiceModel (6)
System\ServiceModel\ComIntegration\ComPlusDiagnosticTraceRecords.cs (2)
139WindowsIdentity callerIdentity = MessageUtil.GetMessageIdentity(message); 153WindowsIdentity callerIdentity = MessageUtil.GetMessageIdentity(message);
System\ServiceModel\ComIntegration\ComPlusInstanceContextInitializer.cs (1)
228messageTransaction = MessageUtil.GetMessageTransaction(message);
System\ServiceModel\ComIntegration\ComPlusInstanceProvider.cs (1)
51callerIdentity = MessageUtil.GetMessageIdentity(message);
System\ServiceModel\ComIntegration\ComPlusThreadInitializer.cs (2)
98identity = MessageUtil.GetMessageIdentity(message); 139tx = MessageUtil.GetMessageTransaction(message);