Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Review changes
  • Loading branch information
ChrisMaddock committed Nov 5, 2018
commit 2a0dc115f153270c97d0e75f23969bba7dd60c33
2 changes: 1 addition & 1 deletion xml/System.Transactions/TransactionInterop.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<Docs>
<param name="transaction">A <see cref="T:System.Transactions.Transaction" /> instance to be marshaled.</param>
<summary>Gets an <see cref="T:System.Transactions.IDtcTransaction" /> instance that represents a <see cref="T:System.Transactions.Transaction" />.</summary>
<returns>An <see cref="T:System.Transactions.IDtcTransaction" /> instance that represents a <see cref="T:System.Transactions.Transaction" />. The <see cref="T:System.Transactions.IDtcTransaction" /> instance is compatible with the unmanaged form of <see href="https://msdn.microsoft.com/library?url=/library/cossdk/html/d40264be-f9b2-4044-aac6-84b43e5be666.asp">ITransaction</see> used by MSDTC and with the Managed form of <see cref="T:System.EnterpriseServices.ITransaction" /> used by <see cref="N:System.EnterpriseServices" />.</returns>
<returns>An <see cref="T:System.Transactions.IDtcTransaction" /> instance that represents a <see cref="T:System.Transactions.Transaction" />. The <see cref="T:System.Transactions.IDtcTransaction" /> instance is compatible with the unmanaged form of <see href="https://docs.microsoft.com/en-us/previous-versions/windows/desktop/ms686531(v=vs.85)">ITransaction</see> used by MSDTC and with the Managed form of <see cref="T:System.EnterpriseServices.ITransaction" /> used by <see cref="N:System.EnterpriseServices" />.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down
4 changes: 2 additions & 2 deletions xml/System.Web.Services.Description/SoapProtocolImporter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -291,9 +291,9 @@
</Parameters>
<Docs>
<param name="uriList">A space-delimited list of URIs.</param>
<summary>Checks for the presence of "http://schemas.xmlsoap.org/soap/encoding/" in a string that represents a list of Uniform Resource Indicators (URIs).</summary>
<summary>Checks for the presence of <see langword="http://schemas.xmlsoap.org/soap/encoding/" /> in a string that represents a list of Uniform Resource Indicators (URIs).</summary>
<returns>
<see langword="true" /> it the string contains "http://schemas.xmlsoap.org/soap/encoding/"; otherwise <see langword="false" />.</returns>
<see langword="true" /> if the string contains <see langword="http://schemas.xmlsoap.org/soap/encoding/" />; otherwise <see langword="false" />.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down