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