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)
144
if (
_sourceString
== null)
147
CodeSnippetCompileUnit snippetCompileUnit = new CodeSnippetCompileUnit(
_sourceString
);
170
internal bool HasInlineCode { get { return (
_sourceString
!= null); } }
188
throw new HttpParseException(e.Message, e, _virtualPath,
_sourceString
, _lineNumber);
473
throw new HttpParseException(null, e, _virtualPath,
_sourceString
, _lineNumber);
489
null, _virtualPath,
_sourceString
, _lineNumber);