9 references to UpdateKind
VisualBasicSyntaxGenerator (9)
Util\XmlRenamer.vb (9)
20For Each name In (From n In namesToUpdate Where n.kind = UpdateKind.Enumerator) 23For Each name In (From n In namesToUpdate Where n.kind = UpdateKind.Child) 26For Each name In (From n In namesToUpdate Where n.kind = UpdateKind.Field) 29For Each name In (From n In namesToUpdate Where n.kind = UpdateKind.Kind) 32For Each name In (From n In namesToUpdate Where n.kind = UpdateKind.Class) 35For Each name In (From n In namesToUpdate Where n.kind = UpdateKind.Enum) 46namesToUpdate.Add(New NameToUpdate With {.kind = DirectCast([Enum].Parse(GetType(UpdateKind), fields(0), True), UpdateKind), 167Public kind As updateKind