1 implementation of StartSection
Microsoft.NET.Sdk.Publish.Tasks (1)
Tasks\Xdt\TaskTransformationLogger.cs (1)
182void IXmlTransformationLogger.StartSection(MessageType type, string message, params object[] messageArgs)
2 references to StartSection
Microsoft.NET.Sdk.Publish.Tasks (1)
Tasks\Xdt\TaskTransformationLogger.cs (1)
179((IXmlTransformationLogger)this).StartSection(MessageType.Normal, message, messageArgs);
Microsoft.Web.XmlTransform (1)
XmlTransformationLogger.cs (1)
193externalLogger.StartSection(type, message, messageArgs);