4 references to DebuggerNonUserCodeAttribute
Microsoft.CodeAnalysis.CSharp (2)
Lowering\StateMachineRewriter\StateMachineTypeSymbol.cs (1)
65
if (attribute.IsTargetAttribute(kickoffType, AttributeDescription.
DebuggerNonUserCodeAttribute
) ||
Lowering\StateMachineRewriter\SynthesizedStateMachineMethod.cs (1)
83
attribute.IsTargetAttribute(kickoffMethod, AttributeDescription.
DebuggerNonUserCodeAttribute
) ||
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\StateMachineRewriter\StateMachineTypeSymbol.vb (1)
71
If attribute.IsTargetAttribute(kickoffType, AttributeDescription.
DebuggerNonUserCodeAttribute
) OrElse
Lowering\StateMachineRewriter\SynthesizedStateMachineMethod.vb (1)
212
attribute.IsTargetAttribute(kickoffMethod, AttributeDescription.
DebuggerNonUserCodeAttribute
) OrElse