2 references to ExplicitCastInterface
Microsoft.CodeAnalysis.Features (2)
ConvertForEachToFor\AbstractConvertForEachToForCodeRefactoringProvider.cs (2)
123
(foreachInfo.
ExplicitCastInterface
!= null) ? generator.CastExpression(foreachInfo.
ExplicitCastInterface
, expression) : expression);