Property NonDebugLocMetadata
NonDebugLocMetadata
Gets a snap-shot collection of the metadata for this instruction, filtering out all the debug location nodes
Declaration
public IEnumerable<MDNode> NonDebugLocMetadata { get; }
Property Value
public IEnumerable<MDNode> NonDebugLocMetadata { get; }
IEnumerable<MDNode> | Enumerable of the metadata nodes for the instruction |