2 references to FindInheritsDirective
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\RazorCodeDocumentExtensions.cs (2)
76
var inheritsValue =
FindInheritsDirective
(syntaxTree);
87
inheritsValue =
FindInheritsDirective
(importSyntaxTrees[i]);