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