1 write to isAsync
System (1)
sys\system\io\ports\SerialStream.cs (1)
646
isAsync
= false;
12 references to isAsync
System (12)
sys\system\io\ports\SerialStream.cs (12)
756
if (
isAsync
) {
885
if (!
isAsync
)
919
if (!
isAsync
)
950
if (!
isAsync
)
1017
if (!
isAsync
) {
1100
if (
isAsync
) {
1128
if (
isAsync
) {
1188
if (
isAsync
) {
1230
if (
isAsync
) {
1553
if (
isAsync
)
1603
if (
isAsync
)
1695
isAsync = stream.
isAsync
;