2 writes to _fileCount
System.Web (2)
Compilation\AssemblyBuilder.cs (2)
413
tempPath = TempFilePhysicalPathPrefix + ((
_fileCount
++) + extension);
416
tempPath = TempFilePhysicalPathPrefix + ((
_fileCount
++) + "." + extension);