30 references to VBStatementType
System.Data.Services.Design (30)
System\Data\EntityModel\Emitters\FixUpCollection.cs (30)
221
Stack<
VBStatementType
> context = new Stack<
VBStatementType
>();
238
case
VBStatementType
.BeginClass:
250
case
VBStatementType
.EndClass:
258
case
VBStatementType
.BeginProperty:
271
case
VBStatementType
.EndProperty:
276
case
VBStatementType
.BeginMethod:
283
case
VBStatementType
.BeginPropertySetter:
291
case
VBStatementType
.BeginPropertyGetter:
478
private static
VBStatementType
GetVBStatementType(Stack<
VBStatementType
> context, string line, out string name)
481
VBStatementType
current =
VBStatementType
.Other;
495
current =
VBStatementType
.BeginClass;
509
case
VBStatementType
.BeginClass:
512
current =
VBStatementType
.EndClass;
519
current =
VBStatementType
.BeginClass;
525
current =
VBStatementType
.BeginMethod;
530
current =
VBStatementType
.BeginMethod;
535
current =
VBStatementType
.BeginProperty;
545
case
VBStatementType
.BeginProperty:
548
current =
VBStatementType
.EndProperty;
555
current =
VBStatementType
.BeginPropertyGetter;
560
current =
VBStatementType
.BeginPropertySetter;
568
case
VBStatementType
.BeginMethod:
571
current =
VBStatementType
.EndMethod;
578
case
VBStatementType
.BeginPropertyGetter:
581
current =
VBStatementType
.EndPropertyGetter;
588
case
VBStatementType
.BeginPropertySetter:
591
current =
VBStatementType
.EndPropertySetter;