1 implementation of HandlerCreationHasSuccessParameter
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
10139
public bool
HandlerCreationHasSuccessParameter
{ get; }
5 references to HandlerCreationHasSuccessParameter
Microsoft.CodeAnalysis (5)
Generated\Operations.Generated.cs (2)
3655
/// when this is true and <see cref="
HandlerCreationHasSuccessParameter
" /> is true, then the first part in nested <see cref="IInterpolatedStringOperation.Parts" /> is conditionally
3656
/// run. If this is true and <see cref="
HandlerCreationHasSuccessParameter
" /> is false, then the first part is unconditionally run.
Operations\ControlFlowGraphBuilder.cs (3)
6832
if (operation.
HandlerCreationHasSuccessParameter
|| operation.HandlerAppendCallsReturnBool)
6841
if (operation.
HandlerCreationHasSuccessParameter
)
6867
if (operation.
HandlerCreationHasSuccessParameter
)