9 references to
System.ServiceModel (9)
System\ServiceModel\Channels\MessageFault.cs (1)
309FaultReasonText text = reason.Translations[i];
System\ServiceModel\FaultException.cs (2)
369array[i].xmlLang = translations[i].XmlLang; 370array[i].text = translations[i].Text;
System\ServiceModel\FaultReason.cs (4)
87if (translations[i].Matches(cultureInfo)) 88return translations[i]; 110if (translations[i].XmlLang == localLang) 111return translations[i];
System\ServiceModel\SynchronizedReadOnlyCollection.cs (2)
136return this[index]; 218return this[index];