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();
67
root.SerializeTo(
_stream
);
81
root.SerializeTo(
_stream
);
85
_stream
.Position = 0;
93
var droot = CSharpSyntaxNode.DeserializeFrom(
_stream
);