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