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)
26PropertyDictionary bag, 49PropertyDictionary bag, 69PropertyDictionary bag, 90PropertyDictionary bag,
InteractiveCompiler.cs (1)
19internal readonly PropertyDictionary _store = new PropertyDictionary();
ManagedCompiler.cs (1)
54internal readonly PropertyDictionary _store = new PropertyDictionary();