1 write to _errorCode
mscorlib (1)
system\io\filestream.cs (1)
340asyncResult._errorCode = (int)errorCode;
1 reference to _errorCode
mscorlib (1)
system\io\filestream.cs (1)
103internal int ErrorCode { get { return _errorCode; } }