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