6 references to FileView
System (6)
services\monitoring\system\diagnosticts\SharedPerformanceCounter.cs (6)
174if (newOffset > FileView.FileMappingSize || newOffset < 0) { 562ulong endAddress = (ulong) (baseAddress + FileView.FileMappingSize); 580ulong endAddress = (ulong) (baseAddress + FileView.FileMappingSize); 931if (!(newOffset > FileView.FileMappingSize || newOffset < 0)) { 1501if (offset > (FileView.FileMappingSize - sizeToRead) || offset < 0) 1516if (offset > (FileView.FileMappingSize - sizeToRead) || offset < 0)