9 references to CustomModifierCount
Microsoft.CodeAnalysis.CSharp (9)
Symbols\MemberSymbolExtensions.cs (6)
206count += methodReturnType.Type.CustomModifierCount(); 212count += paramType.Type.CustomModifierCount(); 228return ((TypeSymbol)m).CustomModifierCount(); 242return e.Type.CustomModifierCount(); 255count += type.Type.CustomModifierCount(); 261count += 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();