9 references to System_Diagnostics_DebuggerHiddenAttribute__ctor
Microsoft.CodeAnalysis (1)
WellKnownMembers.cs (1)
4500case WellKnownMember.System_Diagnostics_DebuggerHiddenAttribute__ctor:
Microsoft.CodeAnalysis.CSharp (5)
Lowering\IteratorRewriter\IteratorConstructor.cs (1)
36AddSynthesizedAttribute(ref attributes, compilation.TrySynthesizeAttribute(WellKnownMember.System_Diagnostics_DebuggerHiddenAttribute__ctor));
Lowering\MethodToClassRewriter.cs (1)
760AddSynthesizedAttribute(ref attributes, this.DeclaringCompilation.TrySynthesizeAttribute(WellKnownMember.System_Diagnostics_DebuggerHiddenAttribute__ctor));
Lowering\StateMachineRewriter\SynthesizedStateMachineMethod.cs (1)
124AddSynthesizedAttribute(ref attributes, compilation.TrySynthesizeAttribute(WellKnownMember.System_Diagnostics_DebuggerHiddenAttribute__ctor));
Symbols\AnonymousTypes\AnonymousTypeManager.SymbolCollection.cs (1)
35Debug.Assert(WellKnownMembers.IsSynthesizedAttributeOptional(WellKnownMember.System_Diagnostics_DebuggerHiddenAttribute__ctor));
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.SynthesizedMethodBase.cs (1)
173WellKnownMember.System_Diagnostics_DebuggerHiddenAttribute__ctor));
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Symbols\MissingSpecialMember.cs (2)
103comp.MakeMemberMissing(WellKnownMember.System_Diagnostics_DebuggerHiddenAttribute__ctor); 126comp.MakeMemberMissing(WellKnownMember.System_Diagnostics_DebuggerHiddenAttribute__ctor);
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\WellKnownMembers.vb (1)
270Return TrySynthesizeAttribute(WellKnownMember.System_Diagnostics_DebuggerHiddenAttribute__ctor)