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