2 references to GetAllTypeArguments
Microsoft.CodeAnalysis.CodeStyle (1)
SemanticModelExtensions.cs (1)
156
var typeArguments = type.
GetAllTypeArguments
();
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
CSharpAddYieldCodeFixProvider.cs (1)
67
var typeArguments = methodReturnType.
GetAllTypeArguments
();