23 references to State
mscorlib (21)
system\exception.cs (1)
117if (context.State == StreamingContextStates.CrossAppDomain)
system\runtime\remoting\callcontext.cs (2)
337if (context.State == StreamingContextStates.CrossAppDomain) 374if (context.State == StreamingContextStates.CrossAppDomain)
system\runtime\remoting\message.cs (3)
2985if ((context.State == StreamingContextStates.Remoting) && 5022if (info == null || (context.State != StreamingContextStates.CrossAppDomain)) 5209if (info == null || (context.State != StreamingContextStates.CrossAppDomain))
system\runtime\serialization\memberholder.cs (2)
46if (Object.ReferenceEquals(temp.memberType, memberType) && temp.context.State == context.State) {
system\security\permissions\siteidentitypermission.cs (2)
68if ((ctx.State & ~(StreamingContextStates.Clone|StreamingContextStates.CrossAppDomain)) != 0) 79if ((ctx.State & ~(StreamingContextStates.Clone|StreamingContextStates.CrossAppDomain)) != 0)
system\security\permissions\urlidentitypermission.cs (2)
71if ((ctx.State & ~(StreamingContextStates.Clone|StreamingContextStates.CrossAppDomain)) != 0) 82if ((ctx.State & ~(StreamingContextStates.Clone|StreamingContextStates.CrossAppDomain)) != 0)
system\security\permissions\zoneidentitypermission.cs (3)
57if ((ctx.State & ~(StreamingContextStates.Clone|StreamingContextStates.CrossAppDomain)) != 0) 79if ((ctx.State & ~(StreamingContextStates.Clone|StreamingContextStates.CrossAppDomain)) != 0) 89if ((ctx.State & ~(StreamingContextStates.Clone|StreamingContextStates.CrossAppDomain)) != 0)
system\security\permissionset.cs (2)
157if ((ctx.State & ~(StreamingContextStates.Clone|StreamingContextStates.CrossAppDomain)) != 0) 173if ((context.State & ~(StreamingContextStates.Clone|StreamingContextStates.CrossAppDomain)) != 0)
system\security\util\tokenbasedset.cs (2)
67if ((ctx.State & ~(StreamingContextStates.Clone|StreamingContextStates.CrossAppDomain)) != 0) 88if ((ctx.State & ~(StreamingContextStates.Clone|StreamingContextStates.CrossAppDomain)) != 0)
system\security\util\urlstring.cs (2)
72if ((ctx.State & ~(StreamingContextStates.Clone|StreamingContextStates.CrossAppDomain)) != 0) 81if ((ctx.State & ~(StreamingContextStates.Clone|StreamingContextStates.CrossAppDomain)) != 0)
System.Data (2)
fx\src\data\System\Data\DataSet.cs (2)
295BinaryFormatter bf = new BinaryFormatter(null, new StreamingContext(context.State, false)); 363BinaryFormatter bf = new BinaryFormatter(null, new StreamingContext(context.State, false));