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