aspnetcore/test/Microsoft.AspNetCore.Razor..../Intermediate
Ryan Nowak 1ae0b21630 Replace CSharpIRToken with RazorIRToken
Deletes CSharpIRToken to use the more general RazorIRToken class.

Rather than using the visitor to visit tokens, now writing a
CSharpExpresionIRNode is an 'atom', and will write its tokens itself.
2017-02-17 16:27:31 -08:00
..
DefaultRazorIRBuilderTest.cs
ExtensionIRNodeTest.cs
RazorIRAssert.cs Replace CSharpIRToken with RazorIRToken 2017-02-17 16:27:31 -08:00
RazorIRBuilderExtensionsTest.cs
RazorIRBuilderTest.cs
RazorIRNodeWalkerTest.cs