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