2 references to IsReadOnly
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Attributes.cs (1)
638
invalidNamedArgument |= propertySymbol.
IsReadOnly
;
Symbols\PublicModel\PropertySymbol.cs (1)
81
get { return _underlying.
IsReadOnly
; }