1 instantiation of FaultReasonData
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\FaultException.cs (1)
316array[i] = new FaultReasonData();
6 references to FaultReasonData
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\FaultException.cs (6)
15[KnownType(typeof(FaultException.FaultReasonData))] 16[KnownType(typeof(FaultException.FaultReasonData[]))] 297internal static FaultReason Construct(FaultReasonData[] nodes) 309internal static FaultReasonData[] GetObjectData(FaultReason reason) 312FaultReasonData[] array = new FaultReasonData[translations.Count];