3 writes to _codeLength
System.Web (3)
Compilation\BaseCodeDomTreeGenerator.cs (1)
855codeInfo._codeLength = codeLength;
Compilation\ClientBuildManager.cs (1)
802this._codeLength = codeLength;
UI\SimpleWebHandlerParser.cs (1)
161codeInfo._codeLength = -1;
1 reference to _codeLength
System.Web (1)
Compilation\ClientBuildManager.cs (1)
824public int CodeLength { get { return _codeLength; } }