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