3 instantiations of SurrogateKey
mscorlib (3)
system\runtime\serialization\surrogateselector.cs (3)
43
SurrogateKey key = new
SurrogateKey
(type, context);
183
SurrogateKey key = new
SurrogateKey
(type, context);
203
SurrogateKey key = new
SurrogateKey
(type, context);
7 references to SurrogateKey
mscorlib (7)
system\runtime\serialization\surrogateselector.cs (7)
43
SurrogateKey
key = new SurrogateKey(type, context);
183
SurrogateKey
key = new SurrogateKey(type, context);
203
SurrogateKey
key = new SurrogateKey(type, context);
235
SurrogateKey
givenValue = (
SurrogateKey
)item;
236
SurrogateKey
presentValue = (
SurrogateKey
)key;