5 references to DoesTypeReferenceTypeParameter
Microsoft.CodeAnalysis.Features (5)
Shared\Utilities\ExtractTypeHelpers.cs (5)
204return DoesTypeReferenceTypeParameter(@event.Type, typeParameter, checkedTypes);
209DoesTypeReferenceTypeParameter(method.ReturnType, typeParameter, checkedTypes);
213DoesTypeReferenceTypeParameter(property.Type, typeParameter, checkedTypes);
216return DoesTypeReferenceTypeParameter(field.Type, typeParameter, checkedTypes);
239DoesTypeReferenceTypeParameter(type.ContainingType, typeParameter, checkedTypes))