5 references to ShouldMethodDisplayReadOnly
Microsoft.CodeAnalysis.CSharp (5)
SymbolDisplay\SymbolDisplayVisitor.Members.cs (5)
100if (getMethod is object && !ShouldMethodDisplayReadOnly(getMethod, property)) 106if (setMethod is object && !ShouldMethodDisplayReadOnly(setMethod, property)) 229if (accessor is object && ShouldMethodDisplayReadOnly(accessor)) 318if (ShouldMethodDisplayReadOnly(symbol)) 1038if (!ShouldPropertyDisplayReadOnly(property) && ShouldMethodDisplayReadOnly(method, property))