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