9 references to HasInfo
mscorlib (8)
system\runtime\remoting\callcontext.cs (1)
313
public bool HasInfo { get { return IsNull ? false : m_ctx.
HasInfo
; } }
system\runtime\remoting\messagesmuggler.cs (2)
339
if (lcc.
HasInfo
)
506
if (lcc.
HasInfo
)
system\runtime\remoting\remotingsurrogateselector.cs (1)
495
if (lcc.
HasInfo
)
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (2)
242
else if (lcc.
HasInfo
)
275
else if (lcc.
HasInfo
)
system\threading\executioncontext.cs (2)
1295
(logCtxNew == null || !logCtxNew.
HasInfo
) &&
1376
if (_logicalCallContext != null && _logicalCallContext.
HasInfo
)
System.Runtime.Remoting (1)
channels\core\corechannel.cs (1)
340
&& ((e.Value != null) ? (((LogicalCallContext)e.Value).
HasInfo
==false) : true))