3 references to ExplicitCastInterface
Microsoft.CodeAnalysis.CSharp.Features (1)
ConvertForEachToFor\CSharpConvertForEachToForCodeRefactoringProvider.cs (1)
68
var typeSymbol = foreachInfo.
ExplicitCastInterface
??
Microsoft.CodeAnalysis.Features (2)
ConvertForEachToFor\AbstractConvertForEachToForCodeRefactoringProvider.cs (2)
123
(foreachInfo.
ExplicitCastInterface
!= null) ? generator.CastExpression(foreachInfo.
ExplicitCastInterface
, expression) : expression);