зеркало из https://github.com/dotnet/razor.git
Preemptively compute ParsedTypeDescriptor to avoid issues caused by concurrent invocations
This commit is contained in:
Родитель
60e09d26fd
Коммит
d45af4b141
|
@ -607,6 +607,10 @@ namespace Microsoft.VisualStudio.Editor.Razor
|
|||
public VisualStudioTagHelperFeature(IReadOnlyList<TagHelperDescriptor> tagHelpers)
|
||||
{
|
||||
_tagHelpers = tagHelpers;
|
||||
foreach (var tagHelper in tagHelpers)
|
||||
{
|
||||
DefaultRazorTagHelperBinderPhase.ComponentDirectiveVisitor.TrySplitNamespaceAndType(tagHelper, out _);
|
||||
}
|
||||
}
|
||||
|
||||
public RazorEngine Engine { get; set; }
|
||||
|
|
Загрузка…
Ссылка в новой задаче