5 references to UndefinedLabelReferences
ILAssembler (5)
GrammarVisitor.cs (5)
2954
if (!_currentMethod.
UndefinedLabelReferences
.ContainsKey(label))
2956
_currentMethod.
UndefinedLabelReferences
[label] = context;
3150
if (!_currentMethod.
UndefinedLabelReferences
.ContainsKey(labelName))
3152
_currentMethod.
UndefinedLabelReferences
[labelName] = context;
3398
foreach (var undefinedLabel in _currentMethod.
UndefinedLabelReferences
)