4 references to UnwrapTupleType
Microsoft.CodeAnalysis.CSharp.CodeStyle (4)
TypeStyleHelper.cs (4)
179
var returnType =
UnwrapTupleType
(methodSymbol.ReturnType);
181
if (
UnwrapTupleType
(typeInDeclaration)?.GetTypeArguments().Length > 0 ||
184
return
UnwrapTupleType
(containingType).Name.Equals(returnType.Name);
188
return
UnwrapTupleType
(containingType).Equals(returnType);