aspnetcore/src/Microsoft.CodeAnalysis.Razor
Ryan Nowak 94d21e03f5 Fixing support for XML docs in OOP
The issue here is that the OOP host doesn't yet have support for
documentation, it will just return null. Fixing this code to look for the
documentation after we get the descriptors back into VS.

I tested this and confirmed that it works with TagHelpers in dlls + xml
file documenation as well as TagHelpers compiled in the project itself.
2017-02-23 09:13:12 -08:00
..
Properties Quick fixes from MVC 2017-01-24 09:22:28 -08:00
DefaultMetadataReferenceFeature.cs Quick fixes from MVC 2017-01-24 09:22:28 -08:00
DefaultTagHelperDescriptorFactory.cs Quick fixes from MVC 2017-01-24 09:22:28 -08:00
DefaultTagHelperFeature.cs Replace RazorError with RazorDiagnostics in public API 2017-02-17 15:44:37 -08:00
IMetadataReferenceFeature.cs Quick fixes from MVC 2017-01-24 09:22:28 -08:00
Microsoft.CodeAnalysis.Razor.csproj Downgrade to stable packages 2017-02-14 16:15:35 -08:00
RazorLanguage.cs Quick fixes from MVC 2017-01-24 09:22:28 -08:00
Resources.resx Quick fixes from MVC 2017-01-24 09:22:28 -08:00
TagHelperTypeVisitor.cs Quick fixes from MVC 2017-01-24 09:22:28 -08:00
TagHelperTypes.cs Quick fixes from MVC 2017-01-24 09:22:28 -08:00
TagHelpers.cs Quick fixes from MVC 2017-01-24 09:22:28 -08:00
ViewComponentResources.resx Quick fixes from MVC 2017-01-24 09:22:28 -08:00
ViewComponentTagHelperDescriptorFactory.cs Quick fixes from MVC 2017-01-24 09:22:28 -08:00
ViewComponentTypeVisitor.cs Quick fixes from MVC 2017-01-24 09:22:28 -08:00
ViewComponentTypes.cs Quick fixes from MVC 2017-01-24 09:22:28 -08:00
XmlMemberDocumentation.cs Fixing support for XML docs in OOP 2017-02-23 09:13:12 -08:00