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)
31
PropertyDictionary
bag,
54
PropertyDictionary
bag,
74
PropertyDictionary
bag,
95
PropertyDictionary
bag,
InteractiveCompiler.cs (1)
19
internal readonly
PropertyDictionary
_store = new PropertyDictionary();
ManagedCompiler.cs (1)
54
internal readonly
PropertyDictionary
_store = new PropertyDictionary();