Implemented interface member:
property
Context
System.Runtime.Serialization.IFormatter.Context
9 writes to Context
mscorlib (8)
system\runtime\remoting\crossappdomainchannel.cs (5)
679
fmt.
Context
= new StreamingContext(StreamingContextStates.CrossAppDomain);
714
fmt.
Context
= new StreamingContext(StreamingContextStates.CrossAppDomain);
728
fmt.
Context
= new StreamingContext(StreamingContextStates.CrossAppDomain);
761
fmt.
Context
= new StreamingContext(StreamingContextStates.CrossAppDomain);
793
fmt.
Context
= new StreamingContext(StreamingContextStates.CrossAppDomain);
system\runtime\remoting\remotingservices.cs (3)
2411
fmt.
Context
= new StreamingContext(StreamingContextStates.Other);
2424
fmt.
Context
= new StreamingContext(StreamingContextStates.Other);
2456
fmt.
Context
= new StreamingContext(StreamingContextStates.Other);
System.Runtime.Remoting (1)
channels\core\corechannel.cs (1)
445
remotingFormatter.
Context
= new StreamingContext(StreamingContextStates.Other);