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