3 references to dependsOnTypeParameter
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\NullableWalker.cs (3)
9161
dependsOnTypeParameter
(typeParameter1, (TypeParameterSymbol)targetType.Type, NullableAnnotation.NotAnnotated, out var annotation))
9194
bool dependsOn =
dependsOnTypeParameter
(typeParameter1, typeParameter2, NullableAnnotation.NotAnnotated, out var annotation);
9243
dependsOnTypeParameter
(constraintTypeParameter, typeParameter2, constraintType.NullableAnnotation, out var constraintAnnotation))