2 references to GetDeclIdentifierFromHintName
Microsoft.CodeAnalysis.Razor.Compiler (2)
SourceGenerators\RazorSourceGenerator.cs (2)
144
context.AddSource(
GetDeclIdentifierFromHintName
(hintName), declCSharpDocument!.Text);
522
hintNameToFilePath.Add(
GetDeclIdentifierFromHintName
(hintName), codeDocument.Source.FilePath!);