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