2 references to DoNotAllowVarAnnotation
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpUseImplicitTypeHelper.cs (1)
38if (typeName.HasAnnotation(DoNotAllowVarAnnotation.Annotation))
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
ITypeSymbolExtensions.cs (1)
54syntax = syntax.WithAdditionalAnnotations(DoNotAllowVarAnnotation.Annotation);