1 write to s_objectToString
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeGenerator.cs (1)
102s_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)
100if (s_objectToString == null) 103Debug.Assert(s_objectToString != null); 105return s_objectToString;