8 references to State
System.Data.Common (2)
System\Data\DataSet.cs (2)
360BinaryFormatter bf = new BinaryFormatter(null, new StreamingContext(context.State, false)); 444BinaryFormatter bf = new BinaryFormatter(null, new StreamingContext(context.State, false));
System.Private.CoreLib (1)
src\System\Exception.CoreCLR.cs (1)
28if (context.State == StreamingContextStates.CrossAppDomain)
System.Runtime.Serialization.Formatters (5)
System\Runtime\Serialization\MemberHolder.cs (2)
28mh._context.State == _context.State;
System\Runtime\Serialization\SurrogateSelector.cs (3)
209(presentValue._context.State & givenValue._context.State) == givenValue._context.State &&