2 references to IsNullableAnnotatedTypeParameter
Microsoft.CodeAnalysis.Workspaces (2)
Editing\SyntaxGenerator.cs (2)
242
return method.ReturnType.GetReferencedTypeParameters().Any(t =>
IsNullableAnnotatedTypeParameter
(typeParameter, t)) ||
243
method.Parameters.Any(p => p.Type.GetReferencedTypeParameters().Any(t =>
IsNullableAnnotatedTypeParameter
(typeParameter, t)));