1 write to _access
PresentationUI (1)
MS\Internal\Documents\Application\WriteableOnDemandStream.cs (1)
59_access = access;
3 references to _access
PresentationUI (3)
MS\Internal\Documents\Application\WriteableOnDemandStream.cs (3)
61_wantedWrite = ((_access == FileAccess.ReadWrite) 62|| (_access == FileAccess.Write)); 284Stream writer = _writeableStreamFactory(_mode, _access);