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