4 references to IsEmpty
mscorlib (4)
system\runtime\serialization\formatters\binary\binaryobjectinfo.cs (1)
438
if (!serObjectInfoInit.oiPool.
IsEmpty
())
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (1)
1406
if (!niPool.
IsEmpty
())
system\runtime\serialization\formatters\binary\binaryparser.cs (2)
1167
if (!stack.
IsEmpty
())
1240
if (opPool != null && !opPool.
IsEmpty
())