5 references to ShouldMethodDisplayReadOnly
Microsoft.CodeAnalysis.CSharp (5)
SymbolDisplay\SymbolDisplayVisitor.Members.cs (5)
107if (getMethod is object && !ShouldMethodDisplayReadOnly(getMethod, property)) 113if (setMethod is object && !ShouldMethodDisplayReadOnly(setMethod, property)) 236if (accessor is object && ShouldMethodDisplayReadOnly(accessor)) 316if (ShouldMethodDisplayReadOnly(symbol)) 1036if (!ShouldPropertyDisplayReadOnly(property) && ShouldMethodDisplayReadOnly(method, property))