ControlFlowBranch.Source Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Source basic block of this branch.
public:
property Microsoft::CodeAnalysis::FlowAnalysis::BasicBlock ^ Source { Microsoft::CodeAnalysis::FlowAnalysis::BasicBlock ^ get(); };
public Microsoft.CodeAnalysis.FlowAnalysis.BasicBlock Source { get; }
member this.Source : Microsoft.CodeAnalysis.FlowAnalysis.BasicBlock
Public ReadOnly Property Source As BasicBlock