aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/WixToolset.Extensibility/Services/IParseHelper.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/WixToolset.Extensibility/Services/IParseHelper.cs b/src/WixToolset.Extensibility/Services/IParseHelper.cs
index 458e1e68..e3ae30b5 100644
--- a/src/WixToolset.Extensibility/Services/IParseHelper.cs
+++ b/src/WixToolset.Extensibility/Services/IParseHelper.cs
@@ -338,6 +338,7 @@ namespace WixToolset.Extensibility.Services
338 /// </summary> 338 /// </summary>
339 /// <param name="node">The node to ensure inner text is a condition.</param> 339 /// <param name="node">The node to ensure inner text is a condition.</param>
340 /// <returns>The value converted into a safe condition.</returns> 340 /// <returns>The value converted into a safe condition.</returns>
341 [Obsolete]
341 string GetConditionInnerText(XElement node); 342 string GetConditionInnerText(XElement node);
342 343
343 /// <summary> 344 /// <summary>
@@ -345,6 +346,7 @@ namespace WixToolset.Extensibility.Services
345 /// </summary> 346 /// </summary>
346 /// <param name="element">The element with inner text to be trimmed.</param> 347 /// <param name="element">The element with inner text to be trimmed.</param>
347 /// <returns>The node's inner text trimmed.</returns> 348 /// <returns>The node's inner text trimmed.</returns>
349 [Obsolete]
348 string GetTrimmedInnerText(XElement element); 350 string GetTrimmedInnerText(XElement element);
349 351
350 /// <summary> 352 /// <summary>