Last updated 1 day ago
Was this helpful?
Method in
Gets the mapping of instruction indices to named labels found in the node.
public IReadOnlyDictionary<int, string> GetLabelsForNode(string node)
string node
string
The name of the node.
The instruction label mapping.