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