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