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