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