3 references to IsUnresolved
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (3)
328
if (
IsUnresolved
(sourceLocation))
641
List<KeyValuePair<object, SourceLocation>> unresolvedEntries = this.instanceToSourceLocationMapping.Where(entry =>
IsUnresolved
(entry.Value)).ToList();
732
List<KeyValuePair<ModelItem, SourceLocation>> resolvedEntries = this.modelItemToSourceLocation.Where(entry => !
IsUnresolved
(entry.Value)).ToList();