3 references to IsValueType
System.ServiceModel.Primitives (3)
System\ServiceModel\Dispatcher\FaultFormatter.cs (1)
165isDetailObjectValid = !detailType.IsValueType();
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (1)
248return (parameterType.IsValueType() && parameterType != typeof(void)) ? Activator.CreateInstance(parameterType) : null;
System\ServiceModel\SynchronizedReadOnlyCollection.cs (1)
267if ((value is T) || (value == null && !typeof(T).IsValueType()))