1 write to _sourceString
System.Web (1)
UI\SimpleWebHandlerParser.cs (1)
254_sourceString = remainingText;
6 references to _sourceString
System.Web (6)
UI\SimpleWebHandlerParser.cs (6)
144if (_sourceString == null) 147CodeSnippetCompileUnit snippetCompileUnit = new CodeSnippetCompileUnit(_sourceString); 170internal bool HasInlineCode { get { return (_sourceString != null); } } 188throw new HttpParseException(e.Message, e, _virtualPath, _sourceString, _lineNumber); 473throw new HttpParseException(null, e, _virtualPath, _sourceString, _lineNumber); 489null, _virtualPath, _sourceString, _lineNumber);