8 references to IsConstructedFromSelf
Microsoft.CodeAnalysis.Workspaces (8)
SymbolEquivalenceComparer.EquivalenceVisitor.cs (5)
208
IsConstructedFromSelf
(x) !=
IsConstructedFromSelf
(y) ||
242
if (
IsConstructedFromSelf
(x))
603
(x.TypeParameterKind == TypeParameterKind.Method &&
IsConstructedFromSelf
(x.DeclaringMethod!)) ||
607
(y.TypeParameterKind == TypeParameterKind.Method &&
IsConstructedFromSelf
(y.DeclaringMethod!)) ||
SymbolEquivalenceComparer.GetHashCodeVisitor.cs (3)
124
Hash.Combine(
IsConstructedFromSelf
(x),
138
return
IsConstructedFromSelf
(x)
263
(x.TypeParameterKind == TypeParameterKind.Method &&
IsConstructedFromSelf
(x.DeclaringMethod!)) ||