1 write to _binderSnapshot
Microsoft.CodeAnalysis (1)
Serialization\ObjectWriter.cs (1)
96
_binderSnapshot
= ObjectBinder.GetSnapshot();
2 references to _binderSnapshot
Microsoft.CodeAnalysis (2)
Serialization\ObjectWriter.cs (2)
795
this.WriteInt32(
_binderSnapshot
.GetTypeId(type));
904
this.WriteInt32(
_binderSnapshot
.GetTypeId(writable.GetType()));