6 references to ServicePack
System.ServiceModel (6)
System\ServiceModel\ComIntegration\ComPlusInstanceProvider.cs (1)
170
if (!string.IsNullOrEmpty(Environment.OSVersion.
ServicePack
))
System\ServiceModel\Security\SecurityUtils.cs (5)
2315
if ((Environment.OSVersion.
ServicePack
== string.Empty) || String.Equals(Environment.OSVersion.
ServicePack
, ServicePack1, StringComparison.OrdinalIgnoreCase) || String.Equals(Environment.OSVersion.
ServicePack
, ServicePack2, StringComparison.OrdinalIgnoreCase))
2327
if (Environment.OSVersion.
ServicePack
== string.Empty || String.Equals(Environment.OSVersion.
ServicePack
, ServicePack1, StringComparison.OrdinalIgnoreCase))