1 write to s_objectToString
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeGenerator.cs (1)
102
s_objectToString
= typeof(object).GetMethod("ToString", Array.Empty<Type>());
3 references to s_objectToString
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeGenerator.cs (3)
100
if (
s_objectToString
== null)
103
Debug.Assert(
s_objectToString
!= null);
105
return
s_objectToString
;