4 references to UnwrapTupleType
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeStyle\TypeStyle\TypeStyleHelper.cs (4)
146
var returnType =
UnwrapTupleType
(methodSymbol.ReturnType);
147
if (
UnwrapTupleType
(containingType).Equals(returnType))
155
if (
UnwrapTupleType
(typeInDeclaration)?.GetTypeArguments().Length > 0 &&
158
UnwrapTupleType
(containingType).Name.Equals(returnType.Name) &&