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