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