2 writes to _beforeTargets
Microsoft.Build (2)
Instance\ProjectInstance.cs (2)
1307set { _beforeTargets = value; } 2318translator.TranslateDictionary(ref _beforeTargets, TranslatorForTargetSpecificDictionaryKey, TranslatorForTargetSpecificDictionaryValue, count => new Dictionary<string, List<TargetSpecification>>(count));
1 reference to _beforeTargets
Microsoft.Build (1)
Instance\ProjectInstance.cs (1)
1306get { return _beforeTargets; }