7 references to SynthesizeIsReadOnlyAttribute
Microsoft.CodeAnalysis.CSharp (7)
Symbols\MethodSymbol.cs (1)
1155AddSynthesizedAttribute(ref attributes, moduleBuilder.SynthesizeIsReadOnlyAttribute(this));
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (1)
394AddSynthesizedAttribute(ref attributes, moduleBuilder.SynthesizeIsReadOnlyAttribute(this));
Symbols\Source\SourceMemberMethodSymbol.cs (1)
1014AddSynthesizedAttribute(ref attributes, moduleBuilder.SynthesizeIsReadOnlyAttribute(this));
Symbols\Source\SourceNamedTypeSymbol.cs (1)
1706AddSynthesizedAttribute(ref attributes, moduleBuilder.SynthesizeIsReadOnlyAttribute(this));
Symbols\Source\SourceParameterSymbolBase.cs (1)
119AddSynthesizedAttribute(ref attributes, moduleBuilder.SynthesizeIsReadOnlyAttribute(this));
Symbols\Source\SourcePropertySymbolBase.cs (1)
1394AddSynthesizedAttribute(ref attributes, moduleBuilder.SynthesizeIsReadOnlyAttribute(this));
Symbols\Synthesized\SynthesizedParameterSymbol.cs (1)
187AddSynthesizedAttribute(ref attributes, moduleBuilder.SynthesizeIsReadOnlyAttribute(this));