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