26 references to System_Runtime_CompilerServices_CompilerGeneratedAttribute__ctor
Microsoft.CodeAnalysis (2)
Emit\CommonPEModuleBuilder.cs (1)
1148
SynthesizeAttribute(WellKnownMember.
System_Runtime_CompilerServices_CompilerGeneratedAttribute__ctor
));
WellKnownMembers.cs (1)
5893
case WellKnownMember.
System_Runtime_CompilerServices_CompilerGeneratedAttribute__ctor
:
Microsoft.CodeAnalysis.CSharp (22)
Emitter\NoPia\EmbeddedTypesManager.cs (2)
687
Debug.Assert(WellKnownMembers.IsSynthesizedAttributeOptional(WellKnownMember.
System_Runtime_CompilerServices_CompilerGeneratedAttribute__ctor
));
689
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)
231
Debug.Assert(WellKnownMembers.IsSynthesizedAttributeOptional(WellKnownMember.
System_Runtime_CompilerServices_CompilerGeneratedAttribute__ctor
));
233
compilation.TrySynthesizeAttribute(WellKnownMember.
System_Runtime_CompilerServices_CompilerGeneratedAttribute__ctor
));
Symbols\Source\SourceNamedTypeSymbol.cs (1)
1804
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)
978
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)
99
AddSynthesizedAttribute(ref attributes, compilation.TrySynthesizeAttribute(WellKnownMember.
System_Runtime_CompilerServices_CompilerGeneratedAttribute__ctor
));
100
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)
72
WellKnownMember.
System_Runtime_CompilerServices_CompilerGeneratedAttribute__ctor
));
Symbols\Synthesized\SynthesizedEmbeddedAttributeSymbol.cs (1)
192
moduleBuilder.Compilation.TrySynthesizeAttribute(WellKnownMember.
System_Runtime_CompilerServices_CompilerGeneratedAttribute__ctor
));
Symbols\Synthesized\SynthesizedFieldSymbolBase.cs (1)
59
AddSynthesizedAttribute(ref attributes, compilation.TrySynthesizeAttribute(WellKnownMember.
System_Runtime_CompilerServices_CompilerGeneratedAttribute__ctor
));
Symbols\Synthesized\SynthesizedHotReloadExceptionSymbol.cs (1)
92
moduleBuilder.Compilation.TrySynthesizeAttribute(WellKnownMember.
System_Runtime_CompilerServices_CompilerGeneratedAttribute__ctor
));
Symbols\Synthesized\SynthesizedUnionCtor.cs (2)
76
AddSynthesizedAttribute(ref attributes, compilation.TrySynthesizeAttribute(WellKnownMember.
System_Runtime_CompilerServices_CompilerGeneratedAttribute__ctor
));
77
Debug.Assert(WellKnownMembers.IsSynthesizedAttributeOptional(WellKnownMember.
System_Runtime_CompilerServices_CompilerGeneratedAttribute__ctor
));
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (2)
Attributes\AttributeTests_Synthesized.cs (1)
2207
WellKnownMember.
System_Runtime_CompilerServices_CompilerGeneratedAttribute__ctor
,
FieldKeywordTests.cs (1)
8091
comp.MakeMemberMissing(WellKnownMember.
System_Runtime_CompilerServices_CompilerGeneratedAttribute__ctor
);