1 write to isLocal
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (1)
529this.isLocal = isLocal;
1 reference to isLocal
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (1)
581from type in (this.isLocal ? this.assembly.GetTypes() : this.assembly.GetExportedTypes())