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