6 references to DoesTypeReferenceTypeParameter
Microsoft.CodeAnalysis.Features (6)
Shared\Utilities\ExtractTypeHelpers.cs (6)
153DoesTypeReferenceTypeParameter(constraint, originalTypeParameter, []))
207return DoesTypeReferenceTypeParameter(@event.Type, typeParameter, checkedTypes);
212DoesTypeReferenceTypeParameter(method.ReturnType, typeParameter, checkedTypes);
216DoesTypeReferenceTypeParameter(property.Type, typeParameter, checkedTypes);
219return DoesTypeReferenceTypeParameter(field.Type, typeParameter, checkedTypes);
242DoesTypeReferenceTypeParameter(type.ContainingType, typeParameter, checkedTypes))