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