2 references to CreateWarningAnnotation
Microsoft.CodeAnalysis.CSharp.Features (1)
ConvertForEachToFor\CSharpConvertForEachToForCodeRefactoringProvider.cs (1)
144variableStatement = variableStatement.WithAdditionalAnnotations(CreateWarningAnnotation());
Microsoft.CodeAnalysis.VisualBasic.Features (1)
ConvertForEachToFor\VisualBasicConvertForEachToForCodeRefactoringProvider.vb (1)
146variableStatement = variableStatement.WithAdditionalAnnotations(CreateWarningAnnotation())