2 writes to _linePragmasTable
System.Web (2)
Compilation\BuildResult.cs (2)
1212_linePragmasTable = linePragmasTable; 1268_linePragmasTable = formatter.Deserialize(stream) as IDictionary;
3 references to _linePragmasTable
System.Web (3)
Compilation\BuildResult.cs (3)
1228get { return _linePragmasTable; } 1296if (_linePragmasTable != null) { 1297formatter.Serialize(stream, _linePragmasTable);