2 references to GetSurrogate
System.Runtime.Serialization (2)
System\Runtime\Serialization\XsdDataContractExporter.cs (2)
65dataContractSet = new DataContractSet((Options == null) ? null : Options.GetSurrogate()); 234if (options != null && (dataContractSurrogate = Options.GetSurrogate()) != null)