3 writes to _parameterGroupAndTaskBody
Microsoft.Build (3)
Instance\TaskRegistry.cs (3)
1236_parameterGroupAndTaskBody = inlineTask; 1255_parameterGroupAndTaskBody = new ParameterGroupAndTaskElementRecord(); 1909translator.Translate(ref _parameterGroupAndTaskBody);
2 references to _parameterGroupAndTaskBody
Microsoft.Build (2)
Instance\TaskRegistry.cs (2)
1275!string.IsNullOrEmpty(_parameterGroupAndTaskBody?.InlineTaskXmlBody) || 1338{ return _parameterGroupAndTaskBody; }