3 references to customModifierCountForTypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (3)
Utilities\TypeSymbolExtensions.cs (3)
34return customModifierCountForTypeWithAnnotations(array.ElementTypeWithAnnotations); 39return customModifierCountForTypeWithAnnotations(pointer.PointedAtTypeWithAnnotations); 61count += customModifierCountForTypeWithAnnotations(typeArg);