1 write to s_typeOfException
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Globals.cs (1)
106
s_typeOfException
= typeof(Exception);
2 references to s_typeOfException
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Globals.cs (2)
105
if (
s_typeOfException
== null)
107
return
s_typeOfException
;