aspnetcore/test/Microsoft.AspNetCore.Razor..../CodeGenerators
Doug Bunting a8d4da9f17 Add a couple of missing `global::` prefixes
- was missing when writing out full name of an `enum` value
- was missing in one case when writing out `TagHelperAttribute` type name

nit: updated `CSharpTagHelperFieldDeclarationVisitor.WritePrivateField()` to always include the prefix
- no change in generated code but centralizes the prefix addition and reduces intermediate `string`s
2016-03-26 19:12:36 -07:00
..
AddImportChunkGeneratorTest.cs
CSharpCodeGeneratorTest.cs
CSharpCodeWriterTest.cs
CSharpLineMappingWriterTest.cs
CSharpPaddingBuilderTests.cs
CSharpRazorChunkGeneratorTest.cs Enable Razor templates inside of sections. 2016-02-11 12:01:34 -08:00
CSharpTagHelperRenderingTest.cs Add a couple of missing `global::` prefixes 2016-03-26 19:12:36 -07:00
CSharpTagHelperRenderingUnitTest.cs
CodeGenTestCodeGenerator.cs
CodeGenTestHost.cs
CodeWriterTest.cs
DynamicAttributeBlockChunkGeneratorTest.cs
LineMappingTest.cs
RazorChunkGeneratorTest.cs
RazorCommentChunkGeneratorTest.cs
TabTest.cs
TagHelperAttributeValueCodeRendererTest.cs Transition to netstandard. 2016-03-01 13:32:43 -08:00
TagHelperTestBase.cs Code Cleanup 2016-02-18 12:04:32 -08:00
TestSpan.cs