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