9 references to
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageFault.cs (1)
304
FaultReasonText text = reason.Translations
[
i];
FrameworkFork\System.ServiceModel\System\ServiceModel\FaultException.cs (2)
317
array[i]._xmlLang = translations
[
i].XmlLang;
318
array[i]._text = translations
[
i].Text;
FrameworkFork\System.ServiceModel\System\ServiceModel\FaultReason.cs (4)
88
if (_translations
[
i].Matches(cultureInfo))
89
return _translations
[
i];
111
if (_translations
[
i].XmlLang == localLang)
112
return _translations
[
i];
FrameworkFork\System.ServiceModel\System\ServiceModel\SynchronizedReadOnlyCollection.cs (2)
134
return this
[
index];
216
return this
[
index];