3 instantiations of SurrogateKey
System.Runtime.Serialization.Formatters (3)
System\Runtime\Serialization\SurrogateSelector.cs (3)
20
var key = new
SurrogateKey
(type, context);
151
SurrogateKey key = new
SurrogateKey
(type, context);
170
SurrogateKey key = new
SurrogateKey
(type, context);
7 references to SurrogateKey
System.Runtime.Serialization.Formatters (7)
System\Runtime\Serialization\SurrogateSelector.cs (7)
20
var
key = new SurrogateKey(type, context);
151
SurrogateKey
key = new SurrogateKey(type, context);
170
SurrogateKey
key = new SurrogateKey(type, context);
206
SurrogateKey
givenValue = (
SurrogateKey
)item;
207
SurrogateKey
presentValue = (
SurrogateKey
)key;