9 references to State
System.Data.Common (2)
System\Data\DataSet.cs (2)
360
BinaryFormatter bf = new BinaryFormatter(null, new StreamingContext(context.
State
, false));
444
BinaryFormatter bf = new BinaryFormatter(null, new StreamingContext(context.
State
, false));
System.Runtime.Serialization.Formatters (5)
System\Runtime\Serialization\MemberHolder.cs (2)
28
mh._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)
44
bool appDomainTransition = context.
State
== StreamingContextStates.CrossAppDomain;
77
bool appDomainTransition = context.
State
== StreamingContextStates.CrossAppDomain;