5 references to ShouldMethodDisplayReadOnly
Microsoft.CodeAnalysis.CSharp (5)
SymbolDisplay\SymbolDisplayVisitor.Members.cs (5)
99if (getMethod is object && !ShouldMethodDisplayReadOnly(getMethod, property)) 105if (setMethod is object && !ShouldMethodDisplayReadOnly(setMethod, property)) 228if (accessor is object && ShouldMethodDisplayReadOnly(accessor)) 308if (ShouldMethodDisplayReadOnly(symbol)) 1028if (!ShouldPropertyDisplayReadOnly(property) && ShouldMethodDisplayReadOnly(method, property))