1 write to s_writeStartElementStringMethod
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\Json\JsonFormatGeneratorStatics.cs (1)
468
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)
466
if (
s_writeStartElementStringMethod
== null)
469
Debug.Assert(
s_writeStartElementStringMethod
!= null);
471
return
s_writeStartElementStringMethod
;