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