DataFlowAnalysis.UsedLocalFunctions Property

Definition

The set of local functions that are used.

public abstract System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.IMethodSymbol> UsedLocalFunctions { get; }
member this.UsedLocalFunctions : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.IMethodSymbol>
Public MustOverride ReadOnly Property UsedLocalFunctions As ImmutableArray(Of IMethodSymbol)

Property Value

Applies to