9 references to IsConstructedFromSelf
Microsoft.CodeAnalysis.CodeStyle (9)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\SymbolEquivalenceComparer.EquivalenceVisitor.cs (6)
358
if (
IsConstructedFromSelf
(x) !=
IsConstructedFromSelf
(y) ||
413
IsConstructedFromSelf
(x) ||
445
if (
IsConstructedFromSelf
(x.TupleUnderlyingType ?? x))
621
(x.TypeParameterKind == TypeParameterKind.Type &&
IsConstructedFromSelf
(x.ContainingType)) ||
625
(y.TypeParameterKind == TypeParameterKind.Type &&
IsConstructedFromSelf
(y.ContainingType)) ||
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\SymbolEquivalenceComparer.GetHashCodeVisitor.cs (3)
175
Hash.Combine(
IsConstructedFromSelf
(x),
188
return
IsConstructedFromSelf
(x) || x.IsUnboundGenericType
268
(x.TypeParameterKind == TypeParameterKind.Type &&
IsConstructedFromSelf
(x.ContainingType)) ||