2 references to IsWriteOnly
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Await.cs (1)
387if (isCompletedProperty.IsWriteOnly)
Symbols\PublicModel\PropertySymbol.cs (1)
86get { return _underlying.IsWriteOnly; }