Base:
property
IsInitOnly
Microsoft.CodeAnalysis.CSharp.Symbols.SourceMemberMethodSymbol.IsInitOnly
2 references to IsInitOnly
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourcePropertyAccessorSymbol.cs (2)
390
if (
IsInitOnly
)
556
else if (LocalDeclaredReadOnly &&
IsInitOnly
)