1 write to s_writeStartElementStringMethod
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\Json\JsonFormatGeneratorStatics.cs (1)
476
s_writeStartElementStringMethod
= typeof(XmlWriterDelegator).GetMethod("WriteStartElement", Globals.ScanAllMembers, new Type[] { typeof(string), typeof(string) });
3 references to s_writeStartElementStringMethod
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\Json\JsonFormatGeneratorStatics.cs (3)
474
if (
s_writeStartElementStringMethod
== null)
477
Debug.Assert(
s_writeStartElementStringMethod
!= null);
479
return
s_writeStartElementStringMethod
;