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