4 references to TryGetValue
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
865
if (message.Properties.
TryGetValue
<string>(SupportedCompressionTypesMessageProperty, out acceptEncoding) &&
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageProperties.cs (1)
400
if (!this.
TryGetValue
(property.Name, out currentValue) ||
FrameworkFork\System.ServiceModel\System\ServiceModel\Diagnostics\TraceUtility.cs (2)
326
if ((null != properties) && properties.
TryGetValue
(TraceUtility.E2EActivityId, out activityId))
523
if (OperationContext.Current != null && OperationContext.Current.OutgoingMessageProperties.
TryGetValue
<EventTraceActivityTimeProperty>(TraceUtility.AsyncOperationStartTimeKey, out data))