aspnetcore/test
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
..
Microsoft.AspNetCore.Razor.Runtime.Test SetContent to SetHtmlContent 2016-03-25 12:05:43 -07:00
Microsoft.AspNetCore.Razor.Test Add a couple of missing `global::` prefixes 2016-03-26 19:12:36 -07:00