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