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