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