3 writes to _properties
Microsoft.Build (3)
Definition\Toolset.cs (3)
252
_properties
= new PropertyDictionary<ProjectPropertyInstance>();
315
_properties
= buildProperties != null
614
translator.TranslateProjectPropertyInstanceDictionary(ref
_properties
);
4 references to _properties
Microsoft.Build (4)
Definition\Toolset.cs (4)
257
_properties
.Set(ProjectPropertyInstance.Create(keyValuePair.Key, keyValuePair.Value, true));
313
if (
_properties
== null)
438
if (
_properties
== null)
443
return new ObjectModel.ReadOnlyDictionary<string, ProjectPropertyInstance>(
_properties
);