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