Base:
property
IsReadOnly
Microsoft.CodeAnalysis.CSharp.Symbols.TypeSymbol.IsReadOnly
5 references to IsReadOnly
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder.CapturedParametersFinder.cs (1)
83
isReadOnly: containingType.
IsReadOnly
));
Symbols\Source\SourceFieldSymbol.cs (1)
68
else if (!IsStatic && !IsReadOnly && containingType.
IsReadOnly
)
Symbols\Source\SourceMemberContainerSymbol.cs (1)
1820
if (this.
IsReadOnly
)
Symbols\Source\SourceNamedTypeSymbol.cs (1)
1704
if (this.
IsReadOnly
)
Symbols\Synthesized\Records\SynthesizedRecordDeconstruct.cs (1)
100
return containingType.
IsReadOnly
|| (containingType.IsRecordStruct && !positionalMembers.Any(static m => hasNonReadOnlyGetter(m)));