2 references to unresolvedPrefix
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (2)
717
return new SourceLocation(
unresolvedPrefix
+ this.context.Items.GetValue<WorkflowFileItem>().LoadedFile, this.lastSourceLineNo++);
722
return !string.IsNullOrEmpty(sourceLocation.FileName) && sourceLocation.FileName.StartsWith(
unresolvedPrefix
, StringComparison.OrdinalIgnoreCase);