12 references to IsVB
System.Activities (12)
System\Activities\XamlIntegration\TextExpressionCompiler.cs (12)
453if (descriptor.Duplicates.Count > 0 && this.IsVB) 636if (IsVB && string.Compare(toCheck, current, true, CultureInfo.CurrentCulture) == 0) 640else if (!IsVB && toCheck == current) 818if (this.IsVB) 1154if (this.IsVB) 1495if (IsVB) 2077if (IsVB) 2130CompiledDataContextDescriptor contextDescriptor = new CompiledDataContextDescriptor(() => this.IsVB) 2420if (this.IsVB && !string.IsNullOrWhiteSpace(this.settings.RootNamespace)) 2502if (!this.IsVB && !this.IsCS) 2508if (this.IsVB) 2602if (this.IsVB && !String.IsNullOrWhiteSpace(this.settings.RootNamespace))