Is it possible that this call to `Contains(...)` instead should be a call to `Equals(...)`, or is this intentional? https://github.com/toddams/RazorLight/blob/22381db30ca3c61b4b1e4004e1536407dd138e49/src/RazorLight/Compilation/DefaultMetadataReferenceManager.cs#L105
Is it possible that this call to
Contains(...)instead should be a call toEquals(...), or is this intentional?RazorLight/src/RazorLight/Compilation/DefaultMetadataReferenceManager.cs
Line 105 in 22381db