23 references to BindingType
System.Activities (7)
Microsoft\VisualBasic\Activities\VisualBasicDesignerHelper.cs (2)
652
switch (binding.
BindingType
)
682
Fx.Assert("MemberBinding type '" + binding.
BindingType
+ "' is not supported.");
Microsoft\VisualBasic\Activities\VisualBasicHelper.cs (4)
1142
switch (binding.
BindingType
)
1204
Fx.Assert("MemberBinding type '" + binding.
BindingType
+ "' is not supported.");
1373
switch (binding.
BindingType
)
1391
Fx.Assert("MemberBinding type '" + binding.
BindingType
+ "' is not supported.");
System\Activities\ExpressionUtilities.cs (1)
1250
switch (binding.
BindingType
)
System.Core (7)
Microsoft\Scripting\Ast\ExpressionVisitor.cs (2)
579
switch (node.
BindingType
) {
587
throw Error.UnhandledBindingType(node.
BindingType
);
Microsoft\Scripting\Ast\MemberInitExpression.cs (1)
126
switch (binding.
BindingType
) {
Microsoft\Scripting\Compiler\LambdaCompiler.Expressions.cs (1)
782
switch (binding.
BindingType
) {
Microsoft\Scripting\Compiler\StackSpiller.Bindings.cs (1)
50
switch (binding.
BindingType
) {
System\Linq\Expressions\ExpressionVisitor.cs (2)
88
switch (binding.
BindingType
) {
96
throw Error.UnhandledBindingType(binding.
BindingType
);
System.Data.Entity (2)
System\Data\Objects\ELinq\EntityExpressionVisitor.cs (2)
100
switch (binding.
BindingType
)
109
throw Internal.Error.UnhandledBindingType(binding.
BindingType
);
System.Data.Linq (3)
SqlClient\Query\Funcletizer.cs (2)
219
switch (binding.
BindingType
) {
227
throw Error.UnhandledBindingType(binding.
BindingType
);
SqlClient\Query\QueryConverter.cs (1)
881
throw Error.UnhandledBindingType(init.Bindings[i].
BindingType
);
System.Data.Services (2)
parent\Client\System\Data\Services\Client\ALinq\ALinqExpressionVisitor.cs (2)
182
switch (binding.
BindingType
)
191
throw new NotSupportedException(Strings.ALinq_UnsupportedExpression(binding.
BindingType
.ToString()));
System.Data.Services.Client (2)
System\Data\Services\Client\ALinq\ALinqExpressionVisitor.cs (2)
182
switch (binding.
BindingType
)
191
throw new NotSupportedException(Strings.ALinq_UnsupportedExpression(binding.
BindingType
.ToString()));