1 write to streamingContext
System.Runtime.Serialization (1)
System\Runtime\Serialization\XmlObjectSerializerWriteContextComplex.cs (1)
47
this.
streamingContext
= serializer.Context;
4 references to streamingContext
System.Runtime.Serialization (4)
System\Runtime\Serialization\XmlObjectSerializerWriteContextComplex.cs (4)
68
dataContract = NetDataContractSerializer.GetDataContractFromSurrogateSelector(surrogateSelector,
streamingContext
, typeHandle, type, ref surrogateDataContracts);
89
dataContract = NetDataContractSerializer.GetDataContractFromSurrogateSelector(surrogateSelector,
streamingContext
, typeHandle, null /*type*/, ref surrogateDataContracts);
110
dataContract = NetDataContractSerializer.GetDataContractFromSurrogateSelector(surrogateSelector,
streamingContext
, typeHandle, null /*type*/, ref surrogateDataContracts);
282
return (surrogateSelector.GetSurrogate(memberType,
streamingContext
, out surrogateSelectorNotUsed) != null);