1 instantiation of IsViewComponentResult
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\SymbolCache.NamedTypeSymbolData.cs (1)
21isViewComponentResult = new IsViewComponentResult(_symbol, viewComponentAttribute, nonViewComponentAttribute);
2 references to IsViewComponentResult
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\SymbolCache.NamedTypeSymbolData.cs (2)
13private IsViewComponentResult? _isViewComponentResult; 17var isViewComponentResult = _isViewComponentResult;