1 write to s_stringFormat
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeGenerator.cs (1)
117
s_stringFormat
= typeof(string).GetMethod("Format", new Type[] { typeof(string), typeof(object[]) });
3 references to s_stringFormat
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeGenerator.cs (3)
115
if (
s_stringFormat
== null)
118
Debug.Assert(
s_stringFormat
!= null);
120
return
s_stringFormat
;