8 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.Private.CoreLib (1)
src\System\Exception.CoreCLR.cs (1)
28
if (context.
State
== StreamingContextStates.CrossAppDomain)
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
&&