5 references to DoesTypeReferenceTypeParameter
Microsoft.CodeAnalysis.Features (5)
Shared\Utilities\ExtractTypeHelpers.cs (5)
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))