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