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