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