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