9 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.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 &&
System.Speech (2)
Result\RecognitionResult.cs (2)
44bool appDomainTransition = context.State == StreamingContextStates.CrossAppDomain; 77bool appDomainTransition = context.State == StreamingContextStates.CrossAppDomain;