5 implementations of HasProperties
mscorlib (5)
system\runtime\remoting\message.cs (5)
225
bool IInternalMessage.
HasProperties
()
2516
bool IInternalMessage.
HasProperties
()
3758
bool IInternalMessage.
HasProperties
()
4832
bool IInternalMessage.
HasProperties
()
5141
bool IInternalMessage.
HasProperties
()
3 references to HasProperties
mscorlib (3)
system\runtime\remoting\callcontext.cs (1)
692
if (!iim.
HasProperties
())
system\runtime\remoting\messagesmuggler.cs (1)
307
if ((iim == null) || iim.
HasProperties
())
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (1)
229
if ((iim == null) || iim.
HasProperties
())