3 references to IsWritableVariable
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder.ValueChecks.cs (2)
1061
(localSymbol.RefKind == RefKind.None && !localSymbol.
IsWritableVariable
))
1074
else if (!localSymbol.
IsWritableVariable
)
BoundTree\Constructors.cs (1)
76
return !(localSymbol.
IsWritableVariable
|| localSymbol.IsRef);