9 references to IsConstructedFromSelf
Microsoft.CodeAnalysis.CodeStyle (9)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SymbolEquivalenceComparer.EquivalenceVisitor.cs (6)
357
if (
IsConstructedFromSelf
(x) !=
IsConstructedFromSelf
(y) ||
413
IsConstructedFromSelf
(x) ||
445
if (
IsConstructedFromSelf
(x.TupleUnderlyingType ?? x))
619
(x.TypeParameterKind == TypeParameterKind.Type &&
IsConstructedFromSelf
(x.ContainingType)) ||
623
(y.TypeParameterKind == TypeParameterKind.Type &&
IsConstructedFromSelf
(y.ContainingType)) ||
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SymbolEquivalenceComparer.GetHashCodeVisitor.cs (3)
172
Hash.Combine(
IsConstructedFromSelf
(x),
185
return
IsConstructedFromSelf
(x) || x.IsUnboundGenericType
263
(x.TypeParameterKind == TypeParameterKind.Type &&
IsConstructedFromSelf
(x.ContainingType)) ||