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