4 references to DebuggerStepThroughAttribute
Microsoft.CodeAnalysis.CSharp (2)
Lowering\StateMachineRewriter\StateMachineTypeSymbol.cs (1)
66
attribute.IsTargetAttribute(kickoffType, AttributeDescription.
DebuggerStepThroughAttribute
))
Lowering\StateMachineRewriter\SynthesizedStateMachineMethod.cs (1)
85
attribute.IsTargetAttribute(kickoffMethod, AttributeDescription.
DebuggerStepThroughAttribute
))
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\StateMachineRewriter\StateMachineTypeSymbol.vb (1)
72
attribute.IsTargetAttribute(kickoffType, AttributeDescription.
DebuggerStepThroughAttribute
) Then
Lowering\StateMachineRewriter\SynthesizedStateMachineMethod.vb (1)
214
attribute.IsTargetAttribute(kickoffMethod, AttributeDescription.
DebuggerStepThroughAttribute
) Then