8 references to IsConstructedFromSelf
Microsoft.CodeAnalysis.Workspaces (8)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SymbolEquivalenceComparer.EquivalenceVisitor.cs (5)
205
IsConstructedFromSelf
(x) !=
IsConstructedFromSelf
(y) ||
239
if (
IsConstructedFromSelf
(x))
619
(x.TypeParameterKind == TypeParameterKind.Method &&
IsConstructedFromSelf
(x.DeclaringMethod!)) ||
623
(y.TypeParameterKind == TypeParameterKind.Method &&
IsConstructedFromSelf
(y.DeclaringMethod!)) ||
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SymbolEquivalenceComparer.GetHashCodeVisitor.cs (3)
121
Hash.Combine(
IsConstructedFromSelf
(x),
135
return
IsConstructedFromSelf
(x)
264
(x.TypeParameterKind == TypeParameterKind.Method &&
IsConstructedFromSelf
(x.DeclaringMethod!)) ||