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