8 references to IsConstructedFromSelf
Microsoft.CodeAnalysis.Extensions.Package (8)
Symbols\SymbolEquivalenceComparer.EquivalenceVisitor.cs (5)
207
IsConstructedFromSelf
(x) !=
IsConstructedFromSelf
(y) ||
241
if (
IsConstructedFromSelf
(x))
620
(x.TypeParameterKind == TypeParameterKind.Method &&
IsConstructedFromSelf
(x.DeclaringMethod!)) ||
624
(y.TypeParameterKind == TypeParameterKind.Method &&
IsConstructedFromSelf
(y.DeclaringMethod!)) ||
Symbols\SymbolEquivalenceComparer.GetHashCodeVisitor.cs (3)
124
Hash.Combine(
IsConstructedFromSelf
(x),
138
return
IsConstructedFromSelf
(x)
267
(x.TypeParameterKind == TypeParameterKind.Method &&
IsConstructedFromSelf
(x.DeclaringMethod!)) ||