未验证 提交 afbea404 编写于 作者: D dotnet-automerge-bot 提交者: GitHub

Merge pull request #6284 from Microsoft/merges/dev16.0-to-dev16.1

Merge dev16.0 to dev16.1
......@@ -650,7 +650,10 @@ module internal SymbolHelpers =
let mutable ToolTipFault = None
let GetXmlCommentForMethInfoItem infoReader m d (minfo: MethInfo) =
GetXmlCommentForItemAux (if minfo.HasDirectXmlComment || minfo.XmlDoc.NonEmpty then Some minfo.XmlDoc else None) infoReader m d
if minfo.HasDirectXmlComment || minfo.XmlDoc.NonEmpty then
GetXmlCommentForItemAux (Some minfo.XmlDoc) infoReader m d
else
mkXmlComment (GetXmlDocSigOfMethInfo infoReader m minfo)
let FormatTyparMapping denv (prettyTyparInst: TyparInst) =
[ for (tp, ty) in prettyTyparInst ->
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册