2 instantiations of PropertyDictionary
Microsoft.Build.Tasks.CodeAnalysis (2)
InteractiveCompiler.cs (1)
19internal readonly PropertyDictionary _store = new PropertyDictionary();
ManagedCompiler.cs (1)
54internal readonly PropertyDictionary _store = new PropertyDictionary();
6 references to PropertyDictionary
Microsoft.Build.Tasks.CodeAnalysis (6)
CommandLineBuilderExtension.cs (4)
31PropertyDictionary bag, 54PropertyDictionary bag, 74PropertyDictionary bag, 95PropertyDictionary bag,
InteractiveCompiler.cs (1)
19internal readonly PropertyDictionary _store = new PropertyDictionary();
ManagedCompiler.cs (1)
54internal readonly PropertyDictionary _store = new PropertyDictionary();