9 references to CustomModifierCount
Microsoft.CodeAnalysis.CSharp (9)
Symbols\MemberSymbolExtensions.cs (6)
440count += methodReturnType.Type.CustomModifierCount(); 446count += paramType.Type.CustomModifierCount(); 462return ((TypeSymbol)m).CustomModifierCount(); 476return e.Type.CustomModifierCount(); 489count += type.Type.CustomModifierCount(); 495count += paramType.Type.CustomModifierCount();
Symbols\Metadata\PE\DynamicTypeDecoder.cs (1)
180return HandleCustomModifiers(type.CustomModifierCount()) ? type : null;
Symbols\OverriddenOrHiddenMembersHelpers.cs (1)
921return @event.Type.CustomModifierCount();
Utilities\TypeSymbolExtensions.cs (1)
76=> typeWithAnnotations.CustomModifiers.Length + typeWithAnnotations.Type.CustomModifierCount();