EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (54)
46Select Case current.Kind
116Select Case node.Kind
205If declaration.Kind = SyntaxKind.ModifiedIdentifier AndAlso declaration.Parent.Kind = SyntaxKind.VariableDeclarator Then
296Select Case node.Kind
379Select Case declaration.Kind
618Debug.Assert(leftDeclaration.Kind = rightDeclaration.Kind)
621If leftDeclaration.Kind = SyntaxKind.ModifiedIdentifier Then
1008Select Case oldStatement.Kind
1068Select Case declaration.Kind
1127Select Case syntax.Kind
1131Debug.Assert(parent.Kind = SyntaxKind.NamespaceBlock)
1135Debug.Assert(parent.Kind = SyntaxKind.ClassBlock)
1139Debug.Assert(parent.Kind = SyntaxKind.StructureBlock)
1143Debug.Assert(parent.Kind = SyntaxKind.InterfaceBlock)
1147Debug.Assert(parent.Kind = SyntaxKind.ModuleBlock)
1151Debug.Assert(parent.Kind = SyntaxKind.EnumBlock)
1155Debug.Assert(parent.Kind = SyntaxKind.ConstructorBlock)
1159Debug.Assert(parent.Kind = SyntaxKind.OperatorBlock)
1163Debug.Assert(parent.Kind = SyntaxKind.GetAccessorBlock)
1167Debug.Assert(parent.Kind = SyntaxKind.SetAccessorBlock)
1171Debug.Assert(parent.Kind = SyntaxKind.AddHandlerAccessorBlock)
1175Debug.Assert(parent.Kind = SyntaxKind.RemoveHandlerAccessorBlock)
1179Debug.Assert(parent.Kind = SyntaxKind.RaiseEventAccessorBlock)
1185Return If(parent.Kind = SyntaxKind.SubBlock, parent, syntax)
1188Return If(parent.Kind = SyntaxKind.FunctionBlock, parent, syntax)
1191Return If(parent.Kind = SyntaxKind.PropertyBlock, parent, syntax)
1194Return If(parent.Kind = SyntaxKind.EventBlock, parent, syntax)
1205Throw ExceptionUtilities.UnexpectedValue(syntax.Kind)
1354Select Case node.Kind()
1442Select Case oldNode.Kind
1508Return TryGetDiagnosticSpanImpl(node.Kind, node, editKind)
1839Select Case lambda.Kind
1887Throw ExceptionUtilities.UnexpectedValue(node.Kind)
1898Select Case node.Kind
2202Select Case newNode.Kind
2225Select Case newNode.Kind
2292Throw ExceptionUtilities.UnexpectedValue(newNode.Kind)
2300Select Case node.Kind
2332Select Case oldNode.Kind
2359Select Case newNode.Kind
2380Select Case node.Kind
2539Dim kind = node.Kind
2550Debug.Assert(node.Parent.Kind = SyntaxKind.TryBlock)
2584Select Case oldNode.Kind
2596Throw ExceptionUtilities.UnexpectedValue(oldNode.Kind)
2606Select Case node.Kind
2627Throw ExceptionUtilities.UnexpectedValue(node.Kind)
2673Select Case node.Parent.Kind()
2703Select Case containingStatementPart.Kind()
2741Select Case statement.Kind()
2749Throw ExceptionUtilities.UnexpectedValue(statement.Kind())
2781Select Case node.Kind