aspnetcore/src/Microsoft.AspNet.Razor/Parser
Nick Guerrera 2bdbd49966 Remove #if NET45 for GetUnicodeCategory and just use CharUnicodeInfo everywhere.
.NET FX Team will not be adding Char.GetUnicodeCategory because it breaks layering. We cannot have a dependency form System.Runtime.dll to System.Globalization.dll.
2014-02-17 23:28:52 -08:00
..
SyntaxTree Updating resx strings to use tt format 2014-02-12 10:11:23 -08:00
BalancingModes.cs Initial commit. 2014-01-11 20:12:30 -08:00
CSharpCodeParser.Directives.cs Updating resx strings to use tt format 2014-02-12 10:11:23 -08:00
CSharpCodeParser.Statements.cs Updating resx strings to use tt format 2014-02-12 10:11:23 -08:00
CSharpCodeParser.cs Updating resx strings to use tt format 2014-02-12 10:11:23 -08:00
CSharpLanguageCharacteristics.cs Updating resx strings to use tt format 2014-02-12 10:11:23 -08:00
CallbackVisitor.cs Initial commit. 2014-01-11 20:12:30 -08:00
ConditionalAttributeCollapser.cs Initial commit. 2014-01-11 20:12:30 -08:00
HtmlLanguageCharacteristics.cs Updating resx strings to use tt format 2014-02-12 10:11:23 -08:00
HtmlMarkupParser.Block.cs Updating resx strings to use tt format 2014-02-12 10:11:23 -08:00
HtmlMarkupParser.Document.cs Updating resx strings to use tt format 2014-02-12 10:11:23 -08:00
HtmlMarkupParser.Section.cs Updating resx strings to use tt format 2014-02-12 10:11:23 -08:00
HtmlMarkupParser.cs Initial commit. 2014-01-11 20:12:30 -08:00
ISyntaxTreeRewriter.cs Initial commit. 2014-01-11 20:12:30 -08:00
LanguageCharacteristics.cs Initial commit. 2014-01-11 20:12:30 -08:00
MarkupCollapser.cs Initial commit. 2014-01-11 20:12:30 -08:00
MarkupRewriter.cs Initial commit. 2014-01-11 20:12:30 -08:00
ParserBase.cs Updating resx strings to use tt format 2014-02-12 10:11:23 -08:00
ParserContext.cs Updating resx strings to use tt format 2014-02-12 10:11:23 -08:00
ParserHelpers.cs Remove #if NET45 for GetUnicodeCategory and just use CharUnicodeInfo everywhere. 2014-02-17 23:28:52 -08:00
ParserVisitor.cs Initial commit. 2014-01-11 20:12:30 -08:00
ParserVisitorExtensions.cs Initial commit. 2014-01-11 20:12:30 -08:00
RazorParser.cs Initial commit. 2014-01-11 20:12:30 -08:00
SyntaxConstants.cs ifdef all of the razor bits that are reliant on non-coreclr bits. 2014-01-27 18:52:02 -08:00
TextReaderExtensions.cs Initial commit. 2014-01-11 20:12:30 -08:00
TokenizerBackedParser.Helpers.cs Updating resx strings to use tt format 2014-02-12 10:11:23 -08:00
TokenizerBackedParser.cs Initial commit. 2014-01-11 20:12:30 -08:00
WhitespaceRewriter.cs Initial commit. 2014-01-11 20:12:30 -08:00