1 implementation of StartSection
Microsoft.NET.Sdk.Publish.Tasks (1)
Tasks\Xdt\TaskTransformationLogger.cs (1)
177
void IXmlTransformationLogger.
StartSection
(string message, params object[] messageArgs)
2 references to StartSection
Microsoft.NET.Sdk.Publish.Tasks (1)
Tasks\Xdt\TransformXml.cs (1)
116
logger?.
StartSection
(string.Format(System.Globalization.CultureInfo.CurrentCulture, Resources.BUILDTASK_TransformXml_TransformationStart, Source));
Microsoft.Web.XmlTransform (1)
XmlTransformationLogger.cs (1)
187
externalLogger.
StartSection
(message, messageArgs);