8 references to IsConstructedFromSelf
Microsoft.CodeAnalysis.CodeStyle (8)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SymbolEquivalenceComparer.EquivalenceVisitor.cs (5)
206
IsConstructedFromSelf
(x) !=
IsConstructedFromSelf
(y) ||
240
if (
IsConstructedFromSelf
(x))
618
(x.TypeParameterKind == TypeParameterKind.Method &&
IsConstructedFromSelf
(x.DeclaringMethod!)) ||
622
(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)
262
(x.TypeParameterKind == TypeParameterKind.Method &&
IsConstructedFromSelf
(x.DeclaringMethod!)) ||