7 references to SynthesizeIsReadOnlyAttribute
Microsoft.CodeAnalysis.CSharp (7)
Symbols\MethodSymbol.cs (1)
1155
AddSynthesizedAttribute(ref attributes, moduleBuilder.
SynthesizeIsReadOnlyAttribute
(this));
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (1)
394
AddSynthesizedAttribute(ref attributes, moduleBuilder.
SynthesizeIsReadOnlyAttribute
(this));
Symbols\Source\SourceMethodSymbol.cs (1)
115
AddSynthesizedAttribute(ref attributes, moduleBuilder.
SynthesizeIsReadOnlyAttribute
(target));
Symbols\Source\SourceNamedTypeSymbol.cs (1)
1725
AddSynthesizedAttribute(ref attributes, moduleBuilder.
SynthesizeIsReadOnlyAttribute
(this));
Symbols\Source\SourceParameterSymbolBase.cs (1)
119
AddSynthesizedAttribute(ref attributes, moduleBuilder.
SynthesizeIsReadOnlyAttribute
(this));
Symbols\Source\SourcePropertySymbolBase.cs (1)
1413
AddSynthesizedAttribute(ref attributes, moduleBuilder.
SynthesizeIsReadOnlyAttribute
(this));
Symbols\Synthesized\SynthesizedParameterSymbol.cs (1)
187
AddSynthesizedAttribute(ref attributes, moduleBuilder.
SynthesizeIsReadOnlyAttribute
(this));