1 write to s_getMemoryStreamMethod
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
991s_getMemoryStreamMethod = typeof(MemoryStreamAdapter).GetMethod("GetMemoryStream", Globals.ScanAllMembers);
3 references to s_getMemoryStreamMethod
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (3)
989if (s_getMemoryStreamMethod == null) 992Debug.Assert(s_getMemoryStreamMethod != null); 994return s_getMemoryStreamMethod;