9 references to IsConstructedFromSelf
Microsoft.CodeAnalysis.CodeStyle (9)
SymbolEquivalenceComparer.EquivalenceVisitor.cs (6)
344
if (
IsConstructedFromSelf
(x) !=
IsConstructedFromSelf
(y) ||
400
IsConstructedFromSelf
(x) ||
432
if (
IsConstructedFromSelf
(x.TupleUnderlyingType ?? x))
604
(x.TypeParameterKind == TypeParameterKind.Type &&
IsConstructedFromSelf
(x.ContainingType)) ||
608
(y.TypeParameterKind == TypeParameterKind.Type &&
IsConstructedFromSelf
(y.ContainingType)) ||
SymbolEquivalenceComparer.GetHashCodeVisitor.cs (3)
175
Hash.Combine(
IsConstructedFromSelf
(x),
188
return
IsConstructedFromSelf
(x) || x.IsUnboundGenericType
264
(x.TypeParameterKind == TypeParameterKind.Type &&
IsConstructedFromSelf
(x.ContainingType)) ||