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