3 writes to _parameterGroupAndTaskBody
Microsoft.Build (3)
Instance\TaskRegistry.cs (3)
1163_parameterGroupAndTaskBody = inlineTask; 1184_parameterGroupAndTaskBody = new ParameterGroupAndTaskElementRecord(); 1878translator.Translate(ref _parameterGroupAndTaskBody);
2 references to _parameterGroupAndTaskBody
Microsoft.Build (2)
Instance\TaskRegistry.cs (2)
1204!string.IsNullOrEmpty(_parameterGroupAndTaskBody?.InlineTaskXmlBody) || 1266{ return _parameterGroupAndTaskBody; }