3 references to IsValueType
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\FaultFormatter.cs (1)
148
isDetailObjectValid = !detailType.
IsValueType
();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (1)
266
return (parameterType.
IsValueType
() && parameterType != typeof(void)) ? Activator.CreateInstance(parameterType) : null;
FrameworkFork\System.ServiceModel\System\ServiceModel\SynchronizedReadOnlyCollection.cs (1)
264
if ((value is T) || (value == null && !typeof(T).
IsValueType
()))