Skip to content

Commit 4088b0c

Browse files
Update src/Compilers/CSharp/Portable/Symbols/ReferenceManager.cs
1 parent 2857ec6 commit 4088b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compilers/CSharp/Portable/Symbols/ReferenceManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ private bool CreateAndSetSourceAssemblyFullBind(CSharpCompilation compilation)
505505
implicitReferenceResolutions,
506506
hasCircularReference,
507507
resolutionDiagnostics.ToReadOnly(),
508-
ReferenceEquals(corLibrary, assemblySymbol) ? null : corLibrary, // https://github.com/dotnet/roslyn/issues/40751 Unnecessary suppression
508+
ReferenceEquals(corLibrary, assemblySymbol) ? null : corLibrary,
509509
modules,
510510
moduleReferences,
511511
assemblySymbol.SourceModule.GetReferencedAssemblySymbols(),

0 commit comments

Comments
 (0)