提交 759c6cd6 编写于 作者: C Cyrus Najmabadi

lint

上级 bca9b9fb
......@@ -3,7 +3,6 @@
// See the LICENSE file in the project root for more information.
using System.Collections.Immutable;
using System.Threading;
#if DEBUG
using System.Diagnostics;
......@@ -12,11 +11,10 @@
namespace Microsoft.CodeAnalysis
{
/// <summary>
/// The result of <see cref="SymbolKey.Resolve(Compilation, bool, bool, CancellationToken)"/>.
/// If the <see cref="SymbolKey"/> could be uniquely mapped to a single <see cref="ISymbol"/>
/// then that will be returned in <see cref="Symbol"/>. Otherwise, if
/// the key resolves to multiple symbols (which can happen in error scenarios), then
/// <see cref="CandidateSymbols"/> and <see cref="CandidateReason"/> will be returned.
/// The result of <see cref="SymbolKey.Resolve"/>. If the <see cref="SymbolKey"/> could be uniquely mapped to a
/// single <see cref="ISymbol"/> then that will be returned in <see cref="Symbol"/>. Otherwise, if the key resolves
/// to multiple symbols (which can happen in error scenarios), then <see cref="CandidateSymbols"/> and <see
/// cref="CandidateReason"/> will be returned.
///
/// If no symbol can be found <see cref="Symbol"/> will be <c>null</c> and <see cref="CandidateSymbols"/>
/// will be empty.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册