1 instantiation of NameToUpdate
VisualBasicSyntaxGenerator (1)
Util\XmlRenamer.vb (1)
46
namesToUpdate.Add(New
NameToUpdate
With {.kind = DirectCast([Enum].Parse(GetType(UpdateKind), fields(0), True), UpdateKind),
9 references to NameToUpdate
VisualBasicSyntaxGenerator (9)
Util\XmlRenamer.vb (9)
16
Dim namesToUpdate As List(Of
NameToUpdate
)
40
Private Function ParseUpdateList(renamingFile As String) As List(Of
NameToUpdate
)
41
Dim namesToUpdate As New List(Of
NameToUpdate
)
68
Private Sub UpdateNodeKind(update As
NameToUpdate
)
76
Private Sub UpdateNodeClass(update As
NameToUpdate
)
91
Private Sub UpdateEnum(update As
NameToUpdate
)
97
Private Sub UpdateEnumerator(update As
NameToUpdate
)
105
Private Sub UpdateChild(update As
NameToUpdate
)
113
Private Sub UpdateField(update As
NameToUpdate
)