IInterpolatedStringHandlerCreationOperation.HandlerCreation Property

Definition

The construction of the interpolated string handler instance. This can be an IObjectCreationOperation for valid code, and IDynamicObjectCreationOperation or IInvalidOperation for invalid code.

public Microsoft.CodeAnalysis.IOperation HandlerCreation { get; }
member this.HandlerCreation : Microsoft.CodeAnalysis.IOperation
Public ReadOnly Property HandlerCreation As IOperation

Property Value

Applies to