Skip to content

Commit 890b26a

Browse files
Delete
1 parent 7495823 commit 890b26a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Workspaces/Core/Portable/FindSymbols/FindReferences/Finders/AbstractTypeParameterSymbolReferenceFinder.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ void GetObjectCreationReferences(
6060
foreach (var token in objectCreationTokens)
6161
{
6262
Contract.ThrowIfNull(token.Parent);
63-
//var typeInfo = state.SemanticModel.GetTypeInfo(token.Parent.Parent, cancellationToken);
64-
//if (SymbolEquivalenceComparer.Instance.Equals(symbol, typeInfo.Type))
65-
// processResult(CreateFinderLocation(state, token, CandidateReason.None, cancellationToken), processResultData);
6663
var boundSymbol = state.SemanticModel.GetSymbolInfo(token.Parent, cancellationToken).Symbol;
6764
if (SymbolEquivalenceComparer.Instance.Equals(symbol, boundSymbol))
6865
processResult(CreateFinderLocation(state, token, CandidateReason.None, cancellationToken), processResultData);

0 commit comments

Comments
 (0)