diff options
Diffstat (limited to 'src/WixToolset.Core/Compiler_Patch.cs')
| -rw-r--r-- | src/WixToolset.Core/Compiler_Patch.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/WixToolset.Core/Compiler_Patch.cs b/src/WixToolset.Core/Compiler_Patch.cs index 73e7f521..eb99d5c4 100644 --- a/src/WixToolset.Core/Compiler_Patch.cs +++ b/src/WixToolset.Core/Compiler_Patch.cs | |||
| @@ -319,6 +319,8 @@ namespace WixToolset.Core | |||
| 319 | /// Parses a PatchFamily element. | 319 | /// Parses a PatchFamily element. |
| 320 | /// </summary> | 320 | /// </summary> |
| 321 | /// <param name="node">The element to parse.</param> | 321 | /// <param name="node">The element to parse.</param> |
| 322 | /// <param name="parentType"></param> | ||
| 323 | /// <param name="parentId"></param> | ||
| 322 | private void ParsePatchFamilyElement(XElement node, ComplexReferenceParentType parentType, string parentId) | 324 | private void ParsePatchFamilyElement(XElement node, ComplexReferenceParentType parentType, string parentId) |
| 323 | { | 325 | { |
| 324 | var sourceLineNumbers = Preprocessor.GetSourceLineNumbers(node); | 326 | var sourceLineNumbers = Preprocessor.GetSourceLineNumbers(node); |
| @@ -444,6 +446,8 @@ namespace WixToolset.Core | |||
| 444 | /// Parses a PatchFamilyGroup element. | 446 | /// Parses a PatchFamilyGroup element. |
| 445 | /// </summary> | 447 | /// </summary> |
| 446 | /// <param name="node">Element to parse.</param> | 448 | /// <param name="node">Element to parse.</param> |
| 449 | /// <param name="parentType"></param> | ||
| 450 | /// <param name="parentId"></param> | ||
| 447 | [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] | 451 | [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] |
| 448 | private void ParsePatchFamilyGroupElement(XElement node, ComplexReferenceParentType parentType, string parentId) | 452 | private void ParsePatchFamilyGroupElement(XElement node, ComplexReferenceParentType parentType, string parentId) |
| 449 | { | 453 | { |
