aspnetcore/test/Microsoft.AspNetCore.Razor..../Language
N. Taylor Mullen 1aa15374b5 Add partial parsing of `@functions` directive body.
- Added ability to understand valid inserts, deletes and replacements for the `@functions` directive (and any other directive that uses our extensible code block bits).
- Added unit tests.
- Updated existing tests.
- Found an issue when completing some C# items the auto-completions would impact the underlying snapshot after we'd captured the change. Fixed this by forcing a reparse when we detect that our understanding of the latest snapshot and the actual latest snapshot diverge.

#2408
2018-06-18 17:11:40 -07:00
..
CodeGeneration
IntegrationTests Upgrade to netcoreapp22 2018-05-08 15:22:54 -07:00
Intermediate
Legacy Add partial parsing of `@functions` directive body. 2018-06-18 17:11:40 -07:00
RazorEngineBuilderExtensions.cs Obsoleted IRazorEngineBuilder APIs 2018-04-13 12:35:53 -07:00
RazorProjectEngineBuilderExtensions.cs
SyntaxTreeVerifier.cs
TestBoundAttributeDescriptorBuilderExtensions.cs
TestFile.cs
TestProject.cs Make `TestProject.GetProjectDirectory` more thorough when finding project directory. 2018-03-26 12:36:46 -07:00
TestRazorCodeDocument.cs
TestRazorProjectFileSystem.cs
TestRazorProjectItem.cs
TestRazorSourceDocument.cs
TestRequiredAttributeDescriptorBuilderExtensions.cs
TestTagHelperDescriptorBuilderExtensions.cs
TestTagHelperFeature.cs
TestTagMatchingRuleDescriptorBuilderExtensions.cs