2 writes to IntegerValue
System.Web (2)
Compilation\BuildResult.cs (1)
134set { _flags.IntegerValue = value; }
VirtualPath.cs (1)
493flags.IntegerValue |= virtualPath.flags.IntegerValue & mask;
2 references to IntegerValue
System.Web (2)
Compilation\BuildResult.cs (1)
133get { return _flags.IntegerValue; }
VirtualPath.cs (1)
493flags.IntegerValue |= virtualPath.flags.IntegerValue & mask;