System.Web.Compilation.AspGenerator.CodeRenderParser.TextParsed C# (CSharp) Method

TextParsed() private method

private TextParsed ( ILocation location, string text ) : void
location ILocation
text string
return void
			void TextParsed (ILocation location, string text)
			{
				builder.AppendLiteralString (text);
			}