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