5 references to CustomModifierCount
Microsoft.CodeAnalysis.CSharp (5)
Symbols\MemberSymbolExtensions.cs (1)
232
return ((MethodSymbol)m).
CustomModifierCount
();
Symbols\OverriddenOrHiddenMembersHelpers.cs (1)
915
return method.
CustomModifierCount
();
Symbols\Synthesized\Records\SynthesizedRecordCopyCtor.cs (2)
110
bestModifierCountSoFar = bestCandidate.
CustomModifierCount
();
113
var memberModCount = member.
CustomModifierCount
();
Utilities\TypeSymbolExtensions.cs (1)
43
return ((FunctionPointerTypeSymbol)type).Signature.
CustomModifierCount
();