1 write to IEnumerableOfTType
Microsoft.CodeAnalysis.Workspaces (1)
KnownTypes.cs (1)
27
IEnumerableOfTType
= compilation.IEnumerableOfTType();
3 references to IEnumerableOfTType
Microsoft.CodeAnalysis.CSharp.Features (3)
CSharpMakeMethodAsynchronousCodeFixProvider.cs (1)
174
=> returnType.OriginalDefinition.Equals(knownTypes.
IEnumerableOfTType
);
CSharpMakeMethodSynchronousCodeFixProvider.cs (2)
74
knownTypes.
IEnumerableOfTType
!= null)
77
newReturnType = knownTypes.
IEnumerableOfTType
.Construct(methodSymbol.ReturnType.GetTypeArguments()[0]).GenerateTypeSyntax();