6 references to System_Diagnostics_DebuggerHiddenAttribute__ctor
Microsoft.CodeAnalysis (1)
WellKnownMembers.cs (1)
5979
case WellKnownMember.
System_Diagnostics_DebuggerHiddenAttribute__ctor
:
Microsoft.CodeAnalysis.CSharp (5)
Lowering\IteratorRewriter\IteratorConstructor.cs (1)
36
AddSynthesizedAttribute(ref attributes, compilation.TrySynthesizeAttribute(WellKnownMember.
System_Diagnostics_DebuggerHiddenAttribute__ctor
));
Lowering\StateMachineRewriter\SynthesizedStateMachineMethod.cs (1)
124
AddSynthesizedAttribute(ref attributes, compilation.TrySynthesizeAttribute(WellKnownMember.
System_Diagnostics_DebuggerHiddenAttribute__ctor
));
Symbols\AnonymousTypes\AnonymousTypeManager.SymbolCollection.cs (1)
35
Debug.Assert(WellKnownMembers.IsSynthesizedAttributeOptional(WellKnownMember.
System_Diagnostics_DebuggerHiddenAttribute__ctor
));
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.SynthesizedMethodBase.cs (1)
173
WellKnownMember.
System_Diagnostics_DebuggerHiddenAttribute__ctor
));
Symbols\Source\SourceMethodSymbol.cs (1)
271
AddSynthesizedAttribute(ref attributes, compilation.TrySynthesizeAttribute(WellKnownMember.
System_Diagnostics_DebuggerHiddenAttribute__ctor
));