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