24 references to System_Runtime_CompilerServices_CompilerGeneratedAttribute__ctor
Microsoft.CodeAnalysis (2)
Emit\CommonPEModuleBuilder.cs (1)
1133
SynthesizeAttribute(WellKnownMember.
System_Runtime_CompilerServices_CompilerGeneratedAttribute__ctor
));
WellKnownMembers.cs (1)
5851
case WellKnownMember.
System_Runtime_CompilerServices_CompilerGeneratedAttribute__ctor
:
Microsoft.CodeAnalysis.CSharp (20)
Emitter\NoPia\EmbeddedTypesManager.cs (2)
636
Debug.Assert(WellKnownMembers.IsSynthesizedAttributeOptional(WellKnownMember.
System_Runtime_CompilerServices_CompilerGeneratedAttribute__ctor
));
638
return compilation.TrySynthesizeAttribute(WellKnownMember.
System_Runtime_CompilerServices_CompilerGeneratedAttribute__ctor
);
Symbols\AnonymousTypes\AnonymousTypeManager.SymbolCollection.cs (1)
34
Debug.Assert(WellKnownMembers.IsSynthesizedAttributeOptional(WellKnownMember.
System_Runtime_CompilerServices_CompilerGeneratedAttribute__ctor
));
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.DelegateTemplateSymbol.cs (1)
253
compilation.TrySynthesizeAttribute(WellKnownMember.
System_Runtime_CompilerServices_CompilerGeneratedAttribute__ctor
));
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.TemplateSymbol.cs (1)
165
WellKnownMember.
System_Runtime_CompilerServices_CompilerGeneratedAttribute__ctor
));
Symbols\Source\SourceEventFieldSymbol.cs (1)
64
AddSynthesizedAttribute(ref attributes, compilation.TrySynthesizeAttribute(WellKnownMember.
System_Runtime_CompilerServices_CompilerGeneratedAttribute__ctor
));
Symbols\Source\SourceMethodSymbol.cs (2)
186
Debug.Assert(WellKnownMembers.IsSynthesizedAttributeOptional(WellKnownMember.
System_Runtime_CompilerServices_CompilerGeneratedAttribute__ctor
));
188
compilation.TrySynthesizeAttribute(WellKnownMember.
System_Runtime_CompilerServices_CompilerGeneratedAttribute__ctor
));
Symbols\Source\SourceNamedTypeSymbol.cs (1)
1747
this.DeclaringCompilation.TrySynthesizeAttribute(WellKnownMember.
System_Runtime_CompilerServices_CompilerGeneratedAttribute__ctor
));
Symbols\Source\SourcePropertySymbolBase.cs (1)
903
WellKnownMember.
System_Runtime_CompilerServices_CompilerGeneratedAttribute__ctor
, diagnostics, location: Location);
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListTypeSymbol.cs (1)
931
AddSynthesizedAttribute(ref attributes, DeclaringCompilation.TrySynthesizeAttribute(WellKnownMember.
System_Runtime_CompilerServices_CompilerGeneratedAttribute__ctor
));
Symbols\Synthesized\Records\SynthesizedRecordCopyCtor.cs (2)
80
AddSynthesizedAttribute(ref attributes, compilation.TrySynthesizeAttribute(WellKnownMember.
System_Runtime_CompilerServices_CompilerGeneratedAttribute__ctor
));
81
Debug.Assert(WellKnownMembers.IsSynthesizedAttributeOptional(WellKnownMember.
System_Runtime_CompilerServices_CompilerGeneratedAttribute__ctor
));
Symbols\Synthesized\Records\SynthesizedRecordEqualityContractProperty.cs (2)
98
AddSynthesizedAttribute(ref attributes, compilation.TrySynthesizeAttribute(WellKnownMember.
System_Runtime_CompilerServices_CompilerGeneratedAttribute__ctor
));
99
Debug.Assert(WellKnownMembers.IsSynthesizedAttributeOptional(WellKnownMember.
System_Runtime_CompilerServices_CompilerGeneratedAttribute__ctor
));
Symbols\Synthesized\SynthesizedBackingFieldSymbol.cs (1)
52
AddSynthesizedAttribute(ref attributes, compilation.TrySynthesizeAttribute(WellKnownMember.
System_Runtime_CompilerServices_CompilerGeneratedAttribute__ctor
));
Symbols\Synthesized\SynthesizedContainer.cs (1)
68
WellKnownMember.
System_Runtime_CompilerServices_CompilerGeneratedAttribute__ctor
));
Symbols\Synthesized\SynthesizedEmbeddedAttributeSymbol.cs (1)
189
moduleBuilder.Compilation.TrySynthesizeAttribute(WellKnownMember.
System_Runtime_CompilerServices_CompilerGeneratedAttribute__ctor
));
Symbols\Synthesized\SynthesizedFieldSymbolBase.cs (1)
57
AddSynthesizedAttribute(ref attributes, compilation.TrySynthesizeAttribute(WellKnownMember.
System_Runtime_CompilerServices_CompilerGeneratedAttribute__ctor
));
Symbols\Synthesized\SynthesizedHotReloadExceptionSymbol.cs (1)
80
moduleBuilder.Compilation.TrySynthesizeAttribute(WellKnownMember.
System_Runtime_CompilerServices_CompilerGeneratedAttribute__ctor
));
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (2)
Attributes\AttributeTests_Synthesized.cs (1)
1967
WellKnownMember.
System_Runtime_CompilerServices_CompilerGeneratedAttribute__ctor
,
FieldKeywordTests.cs (1)
7966
comp.MakeMemberMissing(WellKnownMember.
System_Runtime_CompilerServices_CompilerGeneratedAttribute__ctor
);