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