2 writes to _stream
IdeCoreBenchmarks (2)
SerializationBenchmarks.cs (2)
57_stream = new MemoryStream(); 75_stream = new MemoryStream();
5 references to _stream
IdeCoreBenchmarks (5)
SerializationBenchmarks.cs (5)
51_stream?.Dispose(); 67root.SerializeTo(_stream); 81root.SerializeTo(_stream); 85_stream.Position = 0; 93var droot = CSharpSyntaxNode.DeserializeFrom(_stream);