1 instantiation of ExceptionXmlParser
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ExceptionDataContract.cs (1)
649
using (ExceptionXmlParser parser = new
ExceptionXmlParser
(dictMap, exceptionNamespace))
2 references to ExceptionXmlParser
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ExceptionDataContract.cs (2)
587
string result =
ExceptionXmlParser
.ParseExceptionXmlForClassDataContract(ReverseDictionary(EssentialExceptionFields), this.Namespace.ToString(), EntryXmlString);
649
using (
ExceptionXmlParser
parser = new ExceptionXmlParser(dictMap, exceptionNamespace))