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