4 references to IsWrite
mscorlib (4)
system\io\filestream.cs (4)
2131
if (afsar==null || afsar.
IsWrite
)
2386
if (afsar==null || !afsar.
IsWrite
)
2732
Contract.Assert((!asyncResult.
IsWrite
&& typeof(T) == typeof(int)) ||
2733
(asyncResult.
IsWrite
&& typeof(T) == typeof(VoidTaskResult)));