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