6 references to System_Reflection_DefaultMemberAttribute__ctor
Microsoft.CodeAnalysis (1)
Emit\NoPia\CommonEmbeddedType.cs (1)
166
builder.AddIfNotNull(TypeManager.CreateSynthesizedAttribute(WellKnownMember.
System_Reflection_DefaultMemberAttribute__ctor
, constructorArguments, namedArguments, syntaxNodeOpt, diagnostics));
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceNamedTypeSymbol.cs (2)
1740
WellKnownMember.
System_Reflection_DefaultMemberAttribute__ctor
,
1870
Binder.GetWellKnownTypeMember(DeclaringCompilation, WellKnownMember.
System_Reflection_DefaultMemberAttribute__ctor
, diagnostics, indexerSymbol.TryGetFirstLocation() ?? GetFirstLocation());
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (3)
CodeGen\IndexerTests.cs (3)
1201
comp1.MakeMemberMissing(WellKnownMember.
System_Reflection_DefaultMemberAttribute__ctor
);
1241
comp2.MakeMemberMissing(WellKnownMember.
System_Reflection_DefaultMemberAttribute__ctor
);
1261
comp1.MakeMemberMissing(WellKnownMember.
System_Reflection_DefaultMemberAttribute__ctor
);