8 references to System_Diagnostics_DebuggerHiddenAttribute__ctor
Microsoft.CodeAnalysis (1)
WellKnownMembers.cs (1)
5854
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)
225
AddSynthesizedAttribute(ref attributes, compilation.TrySynthesizeAttribute(WellKnownMember.
System_Diagnostics_DebuggerHiddenAttribute__ctor
));
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Symbols\MissingSpecialMember.cs (2)
103
comp.MakeMemberMissing(WellKnownMember.
System_Diagnostics_DebuggerHiddenAttribute__ctor
);
126
comp.MakeMemberMissing(WellKnownMember.
System_Diagnostics_DebuggerHiddenAttribute__ctor
);