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