2 references to CastToTypeParamWillAlwaysFail
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Runtime\DoNotCallEnumerableCastOrOfTypeWithIncompatibleTypesAnalyzer.cs (2)
276return CastToTypeParamWillAlwaysFail(castFrom, (ITypeParameterSymbol)castTo); 281return CastToTypeParamWillAlwaysFail(castFrom, (ITypeParameterSymbol)castTo);