1 write to _binderSnapshot
Microsoft.CodeAnalysis (1)
Serialization\ObjectReader.cs (1)
84
_binderSnapshot
= ObjectBinder.GetSnapshot();
2 references to _binderSnapshot
Microsoft.CodeAnalysis (2)
Serialization\ObjectReader.cs (2)
667
=>
_binderSnapshot
.GetTypeFromId(this.ReadInt32());
676
var typeReader =
_binderSnapshot
.GetTypeReaderFromId(this.ReadInt32());