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