4 references to Add
Microsoft.AspNetCore.Razor.Utilities.Shared (2)
DictionaryExtensions.cs (2)
39
dictionary.
Add
(key, value);
75
dictionary.
Add
(key, value);
Microsoft.CodeAnalysis.Razor.Compiler (2)
SourceGenerators\RazorSourceGenerator.cs (2)
357
filePathToDocument.
Add
(codeDocument.Source.FilePath!, (hintName, codeDocument));
358
hintNameToFilePath.
Add
(hintName, codeDocument.Source.FilePath!);