chaws314

linqpad-logs

Mar 16th, 2023
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 162.45 KB | None | 0 0
  1. 7.6.6 (X64) 2023-01-29T23:20:45.1876266-08:00 Error opening DataContext
  2. DisplayToUserException - NuGet references must be restored.
  3. Source=LINQPad.Runtime
  4.  
  5.  -LINQPad.Extensibility.DataContext.DriverProxy LINQPad.Extensibility.DataContext.DriverProxy Create(LINQPad.Extensibility.DataContext.DCDriverLoader, System.String, LINQPad.Repository, Boolean, Boolean) offset: 0x1E3
  6.  -LINQPad.Extensibility.DataContext.DCDriverLoader LINQPad.Extensibility.DataContext.DriverProxy CreateDriverProxy(System.String, LINQPad.Repository, Boolean, Boolean) offset: 0x0
  7.  -LINQPad.DataContextManager+<FetchDCInfoCore>d__32 Void MoveNext() offset: 0x395
  8. ========================================================================================================================
  9.  
  10. 7.7.3 (X64) 2023-02-20T21:16:57.9434717-08:00 GuiAppHost
  11. [MainThread] UriFormatException - Invalid URI: The format of the URI could not be determined.
  12. Source=System.Private.Uri
  13.  
  14.  -System.Uri Void CreateThis(System.String, Boolean, System.UriKind, System.UriCreationOptions ByRef) offset: 0x88
  15.  -System.Uri Void .ctor(System.String) offset: 0x13
  16.  -LINQPad.LanguageServices.LinqReference System.String FindFile(System.String, System.String) offset: 0xE8
  17.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference Resolve(System.String, Boolean, System.String, Int32, System.String) offset: 0x1D
  18.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference[] ResolveWithWildcard(System.String, System.String, Int32) offset: 0x189
  19.  -LINQPad.QueryCore+<>c__DisplayClass132_0 System.Collections.Generic.IEnumerable`1[LINQPad.LanguageServices.LinqReference] <get_ResolvedLinqReferences>b__0(System.String) offset: 0xC
  20.  -System.Linq.Enumerable+SelectManySingleSelectorIterator`2 Boolean MoveNext() offset: 0x0
  21.  -System.Collections.Generic.HashSet`1 Void UnionWith(System.Collections.Generic.IEnumerable`1[T]) offset: 0x38
  22.  -System.Collections.Generic.HashSet`1 Void .ctor(System.Collections.Generic.IEnumerable`1[T], System.Collections.Generic.IEqualityComparer`1[T]) offset: 0xA
  23.  -System.Linq.Enumerable+DistinctIterator`1 TSource[] ToArray() offset: 0x11
  24.  -LINQPad.QueryCore LINQPad.LanguageServices.LinqReference[] get_ResolvedLinqReferences() offset: 0xAA
  25.  -LINQPad.ReferenceSet LINQPad.ReferenceSet Get(LINQPad.Extensibility.DataContext.DCDriverLoader, LINQPad.Repository, LINQPad.QueryCore, System.String, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x34
  26.  -LINQPad.ReferenceSet LINQPad.ReferenceSet ForQuery(LINQPad.QueryCore, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x18
  27.  -LINQPad.QueryCore LINQPad.ReferenceSet get_CombinedQueryReferences() offset: 0xA2
  28.  -LINQPad.QueryCore LINQPad.QueryCore CloneForCompilation(Boolean) offset: 0x1A8
  29.  -LINQPad.QueryCore LINQPad.ExecutionModel.QueryCompiler GetCompiler(Boolean, Boolean) offset: 0xFF
  30.  -LINQPad.DocumentManager Void CheckForChange(Boolean, ActiproSoftware.SyntaxEditor.Caret) offset: 0x15F
  31.  -LINQPad.UI.QueryControl Void _query_QueryChanged(System.Object, LINQPad.QueryChangedEventArgs) offset: 0x33
  32.  -LINQPad.QueryCore Void OnQueryChanged(Boolean, LINQPad.QueryChangedEventArgs) offset: 0xFF
  33.  -LINQPad.RunnableQuery Void OnQueryChanged(Boolean, LINQPad.QueryChangedEventArgs) offset: 0xD
  34.  -LINQPad.QueryCore+ChangeTx Void Dispose() offset: 0x31
  35.  -LINQPad.UI.QueryControl Void document_TextChanged(System.Object, ActiproSoftware.SyntaxEditor.DocumentModificationEventArgs) offset: 0xCC
  36.  -ActiproSoftware.SyntaxEditor.Document Boolean BasicModification(ActiproSoftware.SyntaxEditor.DocumentModification, Boolean) offset: 0x5BC
  37.  -ActiproSoftware.SyntaxEditor.EditorView Boolean BasicReplaceSelectedText(ActiproSoftware.SyntaxEditor.DocumentModificationType, System.String, ActiproSoftware.SyntaxEditor.DocumentModificationOptions, System.Func`3[System.Int32,ActiproSoftware.Drawing.Range,ActiproSoftware.Drawing.Range]) offset: 0x68E
  38.  -ActiproSoftware.SyntaxEditor.EditorView Boolean ReplaceSelectedText(ActiproSoftware.SyntaxEditor.DocumentModificationType, System.String, ActiproSoftware.SyntaxEditor.DocumentModificationOptions, System.Func`3[System.Int32,ActiproSoftware.Drawing.Range,ActiproSoftware.Drawing.Range]) offset: 0x0
  39.  -ActiproSoftware.SyntaxEditor.Commands.TypingCommand Void Execute(ActiproSoftware.SyntaxEditor.Commands.EditCommandContext) offset: 0xB2
  40.  -ActiproSoftware.SyntaxEditor.MacroRecording Boolean RaiseEditCommand(ActiproSoftware.SyntaxEditor.Commands.EditCommand, ActiproSoftware.SyntaxEditor.Commands.EditCommandContext) offset: 0x30
  41.  -ActiproSoftware.SyntaxEditor.SyntaxEditor Boolean PerformKeyTyping(ActiproSoftware.SyntaxEditor.EditorView, System.Windows.Forms.Keys, Char, Boolean) offset: 0x14E
  42.  -ActiproSoftware.SyntaxEditor.SyntaxEditor Void OnKeyPress(System.Windows.Forms.KeyPressEventArgs) offset: 0xAB
  43.  -LINQPad.UI.QueryEditor Void OnKeyPress(System.Windows.Forms.KeyPressEventArgs) offset: 0x22
  44.  -System.Windows.Forms.Control Boolean ProcessKeyEventArgs(System.Windows.Forms.Message ByRef) offset: 0x146
  45.  -System.Windows.Forms.Control Void WndProc(System.Windows.Forms.Message ByRef) offset: 0x778
  46.  -System.Windows.Forms.ScrollableControl Void WndProc(System.Windows.Forms.Message ByRef) offset: 0x3B
  47.  -ActiproSoftware.SyntaxEditor.SyntaxEditor Void WndProc(System.Windows.Forms.Message ByRef) offset: 0x92
  48.  -System.Windows.Forms.Control+ControlNativeWindow Void WndProc(System.Windows.Forms.Message ByRef) offset: 0x85
  49.  -System.Windows.Forms.NativeWindow IntPtr Callback(IntPtr, WM, IntPtr, IntPtr) offset: 0x6A
  50. ========================================================================================================================
  51.  
  52. 7.7.3 (X64) 2023-02-20T21:16:58.1429673-08:00 GuiAppHost
  53. [MainThread] UriFormatException - Invalid URI: The format of the URI could not be determined.
  54. Source=System.Private.Uri
  55.  
  56.  -System.Uri Void CreateThis(System.String, Boolean, System.UriKind, System.UriCreationOptions ByRef) offset: 0x88
  57.  -System.Uri Void .ctor(System.String) offset: 0x13
  58.  -LINQPad.LanguageServices.LinqReference System.String FindFile(System.String, System.String) offset: 0xE8
  59.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference Resolve(System.String, Boolean, System.String, Int32, System.String) offset: 0x1D
  60.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference[] ResolveWithWildcard(System.String, System.String, Int32) offset: 0x189
  61.  -LINQPad.QueryCore+<>c__DisplayClass132_0 System.Collections.Generic.IEnumerable`1[LINQPad.LanguageServices.LinqReference] <get_ResolvedLinqReferences>b__0(System.String) offset: 0xC
  62.  -System.Linq.Enumerable+SelectManySingleSelectorIterator`2 Boolean MoveNext() offset: 0x0
  63.  -System.Collections.Generic.HashSet`1 Void UnionWith(System.Collections.Generic.IEnumerable`1[T]) offset: 0x38
  64.  -System.Collections.Generic.HashSet`1 Void .ctor(System.Collections.Generic.IEnumerable`1[T], System.Collections.Generic.IEqualityComparer`1[T]) offset: 0xA
  65.  -System.Linq.Enumerable+DistinctIterator`1 TSource[] ToArray() offset: 0x11
  66.  -LINQPad.QueryCore LINQPad.LanguageServices.LinqReference[] get_ResolvedLinqReferences() offset: 0xAA
  67.  -LINQPad.ReferenceSet LINQPad.ReferenceSet Get(LINQPad.Extensibility.DataContext.DCDriverLoader, LINQPad.Repository, LINQPad.QueryCore, System.String, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x34
  68.  -LINQPad.ReferenceSet LINQPad.ReferenceSet ForQuery(LINQPad.QueryCore, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x18
  69.  -LINQPad.QueryCore LINQPad.ReferenceSet get_CombinedQueryReferences() offset: 0xA2
  70.  -LINQPad.QueryCore LINQPad.QueryCore CloneForCompilation(Boolean) offset: 0x1A8
  71.  -LINQPad.QueryCore LINQPad.ExecutionModel.QueryCompiler GetCompiler(Boolean, Boolean) offset: 0xFF
  72.  -LINQPad.UI.QueryEditor+<CheckSuggestionsSmartTagAtCaret>d__143 Void MoveNext() offset: 0x12A
  73.  -System.Runtime.ExceptionServices.ExceptionDispatchInfo Void Throw() offset: 0x11
  74. ========================================================================================================================
  75.  
  76. 7.7.3 (X64) 2023-02-20T21:16:58.1443896-08:00 GuiAppHost
  77. [MainThread] UriFormatException - Invalid URI: The format of the URI could not be determined.
  78. Source=System.Private.Uri
  79.  
  80.  -System.Uri Void CreateThis(System.String, Boolean, System.UriKind, System.UriCreationOptions ByRef) offset: 0x88
  81.  -System.Uri Void .ctor(System.String) offset: 0x13
  82.  -LINQPad.LanguageServices.LinqReference System.String FindFile(System.String, System.String) offset: 0xE8
  83.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference Resolve(System.String, Boolean, System.String, Int32, System.String) offset: 0x1D
  84.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference[] ResolveWithWildcard(System.String, System.String, Int32) offset: 0x189
  85.  -LINQPad.QueryCore+<>c__DisplayClass132_0 System.Collections.Generic.IEnumerable`1[LINQPad.LanguageServices.LinqReference] <get_ResolvedLinqReferences>b__0(System.String) offset: 0xC
  86.  -System.Linq.Enumerable+SelectManySingleSelectorIterator`2 Boolean MoveNext() offset: 0x0
  87.  -System.Collections.Generic.HashSet`1 Void UnionWith(System.Collections.Generic.IEnumerable`1[T]) offset: 0x38
  88.  -System.Collections.Generic.HashSet`1 Void .ctor(System.Collections.Generic.IEnumerable`1[T], System.Collections.Generic.IEqualityComparer`1[T]) offset: 0xA
  89.  -System.Linq.Enumerable+DistinctIterator`1 TSource[] ToArray() offset: 0x11
  90.  -LINQPad.QueryCore LINQPad.LanguageServices.LinqReference[] get_ResolvedLinqReferences() offset: 0xAA
  91.  -LINQPad.ReferenceSet LINQPad.ReferenceSet Get(LINQPad.Extensibility.DataContext.DCDriverLoader, LINQPad.Repository, LINQPad.QueryCore, System.String, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x34
  92.  -LINQPad.ReferenceSet LINQPad.ReferenceSet ForQuery(LINQPad.QueryCore, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x18
  93.  -LINQPad.QueryCore LINQPad.ReferenceSet get_CombinedQueryReferences() offset: 0xA2
  94.  -LINQPad.QueryCore LINQPad.QueryCore CloneForCompilation(Boolean) offset: 0x1A8
  95.  -LINQPad.QueryCore LINQPad.ExecutionModel.QueryCompiler GetCompiler(Boolean, Boolean) offset: 0xFF
  96.  -LINQPad.UI.QueryEditor+<UpdateSameSymbolHighlight>d__140 Void MoveNext() offset: 0x15E
  97.  -System.Runtime.ExceptionServices.ExceptionDispatchInfo Void Throw() offset: 0x11
  98. ========================================================================================================================
  99.  
  100. 7.7.3 (X64) 2023-02-20T21:16:58.7453716-08:00 GuiAppHost
  101. [MainThread] UriFormatException - Invalid URI: The format of the URI could not be determined.
  102. Source=System.Private.Uri
  103.  
  104.  -System.Uri Void CreateThis(System.String, Boolean, System.UriKind, System.UriCreationOptions ByRef) offset: 0x88
  105.  -System.Uri Void .ctor(System.String) offset: 0x13
  106.  -LINQPad.LanguageServices.LinqReference System.String FindFile(System.String, System.String) offset: 0xE8
  107.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference Resolve(System.String, Boolean, System.String, Int32, System.String) offset: 0x1D
  108.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference[] ResolveWithWildcard(System.String, System.String, Int32) offset: 0x189
  109.  -LINQPad.QueryCore+<>c__DisplayClass132_0 System.Collections.Generic.IEnumerable`1[LINQPad.LanguageServices.LinqReference] <get_ResolvedLinqReferences>b__0(System.String) offset: 0xC
  110.  -System.Linq.Enumerable+SelectManySingleSelectorIterator`2 Boolean MoveNext() offset: 0x0
  111.  -System.Collections.Generic.HashSet`1 Void UnionWith(System.Collections.Generic.IEnumerable`1[T]) offset: 0x38
  112.  -System.Collections.Generic.HashSet`1 Void .ctor(System.Collections.Generic.IEnumerable`1[T], System.Collections.Generic.IEqualityComparer`1[T]) offset: 0xA
  113.  -System.Linq.Enumerable+DistinctIterator`1 TSource[] ToArray() offset: 0x11
  114.  -LINQPad.QueryCore LINQPad.LanguageServices.LinqReference[] get_ResolvedLinqReferences() offset: 0xAA
  115.  -LINQPad.ReferenceSet LINQPad.ReferenceSet Get(LINQPad.Extensibility.DataContext.DCDriverLoader, LINQPad.Repository, LINQPad.QueryCore, System.String, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x34
  116.  -LINQPad.ReferenceSet LINQPad.ReferenceSet ForQuery(LINQPad.QueryCore, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x18
  117.  -LINQPad.QueryCore LINQPad.ReferenceSet get_CombinedQueryReferences() offset: 0xA2
  118.  -LINQPad.QueryCore LINQPad.QueryCore CloneForCompilation(Boolean) offset: 0x1A8
  119.  -LINQPad.QueryCore LINQPad.ExecutionModel.QueryCompiler GetCompiler(Boolean, Boolean) offset: 0xFF
  120.  -LINQPad.DocumentManager Void CheckForChange(Boolean, ActiproSoftware.SyntaxEditor.Caret) offset: 0x15F
  121.  -LINQPad.UI.QueryControl Void _query_QueryChanged(System.Object, LINQPad.QueryChangedEventArgs) offset: 0x33
  122.  -LINQPad.QueryCore Void OnQueryChanged(Boolean, LINQPad.QueryChangedEventArgs) offset: 0xFF
  123.  -LINQPad.RunnableQuery Void OnQueryChanged(Boolean, LINQPad.QueryChangedEventArgs) offset: 0xD
  124.  -LINQPad.QueryCore+ChangeTx Void Dispose() offset: 0x31
  125.  -LINQPad.UI.QueryControl Void document_TextChanged(System.Object, ActiproSoftware.SyntaxEditor.DocumentModificationEventArgs) offset: 0xCC
  126.  -ActiproSoftware.SyntaxEditor.Document Boolean BasicModification(ActiproSoftware.SyntaxEditor.DocumentModification, Boolean) offset: 0x5BC
  127.  -ActiproSoftware.SyntaxEditor.Document Boolean DeleteText(ActiproSoftware.SyntaxEditor.DocumentModificationType, Int32, Int32, ActiproSoftware.SyntaxEditor.DocumentModificationOptions, System.WeakReference) offset: 0x0
  128.  -ActiproSoftware.SyntaxEditor.Commands.BackspaceCommand Void Execute(ActiproSoftware.SyntaxEditor.Commands.EditCommandContext) offset: 0x18D
  129.  -ActiproSoftware.SyntaxEditor.MacroRecording Boolean RaiseEditCommand(ActiproSoftware.SyntaxEditor.Commands.EditCommand, ActiproSoftware.SyntaxEditor.Commands.EditCommandContext) offset: 0x30
  130.  -ActiproSoftware.SyntaxEditor.SyntaxEditor Boolean PerformKeyTyping(ActiproSoftware.SyntaxEditor.EditorView, System.Windows.Forms.Keys, Char, Boolean) offset: 0x14E
  131.  -ActiproSoftware.SyntaxEditor.SyntaxEditor Void OnKeyDown(System.Windows.Forms.KeyEventArgs) offset: 0x42
  132.  -LINQPad.UI.QueryEditor Void OnKeyDown(System.Windows.Forms.KeyEventArgs) offset: 0x512
  133.  -System.Windows.Forms.Control Boolean ProcessKeyEventArgs(System.Windows.Forms.Message ByRef) offset: 0x146
  134.  -System.Windows.Forms.Control Void WndProc(System.Windows.Forms.Message ByRef) offset: 0x778
  135.  -System.Windows.Forms.ScrollableControl Void WndProc(System.Windows.Forms.Message ByRef) offset: 0x3B
  136.  -ActiproSoftware.SyntaxEditor.SyntaxEditor Void WndProc(System.Windows.Forms.Message ByRef) offset: 0x92
  137.  -System.Windows.Forms.Control+ControlNativeWindow Void WndProc(System.Windows.Forms.Message ByRef) offset: 0x85
  138.  -System.Windows.Forms.NativeWindow IntPtr Callback(IntPtr, WM, IntPtr, IntPtr) offset: 0x6A
  139. ========================================================================================================================
  140.  
  141. 7.7.3 (X64) 2023-02-20T21:16:58.9465422-08:00 GuiAppHost
  142. [MainThread] UriFormatException - Invalid URI: The format of the URI could not be determined.
  143. Source=System.Private.Uri
  144.  
  145.  -System.Uri Void CreateThis(System.String, Boolean, System.UriKind, System.UriCreationOptions ByRef) offset: 0x88
  146.  -System.Uri Void .ctor(System.String) offset: 0x13
  147.  -LINQPad.LanguageServices.LinqReference System.String FindFile(System.String, System.String) offset: 0xE8
  148.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference Resolve(System.String, Boolean, System.String, Int32, System.String) offset: 0x1D
  149.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference[] ResolveWithWildcard(System.String, System.String, Int32) offset: 0x189
  150.  -LINQPad.QueryCore+<>c__DisplayClass132_0 System.Collections.Generic.IEnumerable`1[LINQPad.LanguageServices.LinqReference] <get_ResolvedLinqReferences>b__0(System.String) offset: 0xC
  151.  -System.Linq.Enumerable+SelectManySingleSelectorIterator`2 Boolean MoveNext() offset: 0x0
  152.  -System.Collections.Generic.HashSet`1 Void UnionWith(System.Collections.Generic.IEnumerable`1[T]) offset: 0x38
  153.  -System.Collections.Generic.HashSet`1 Void .ctor(System.Collections.Generic.IEnumerable`1[T], System.Collections.Generic.IEqualityComparer`1[T]) offset: 0xA
  154.  -System.Linq.Enumerable+DistinctIterator`1 TSource[] ToArray() offset: 0x11
  155.  -LINQPad.QueryCore LINQPad.LanguageServices.LinqReference[] get_ResolvedLinqReferences() offset: 0xAA
  156.  -LINQPad.ReferenceSet LINQPad.ReferenceSet Get(LINQPad.Extensibility.DataContext.DCDriverLoader, LINQPad.Repository, LINQPad.QueryCore, System.String, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x34
  157.  -LINQPad.ReferenceSet LINQPad.ReferenceSet ForQuery(LINQPad.QueryCore, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x18
  158.  -LINQPad.QueryCore LINQPad.ReferenceSet get_CombinedQueryReferences() offset: 0xA2
  159.  -LINQPad.QueryCore LINQPad.QueryCore CloneForCompilation(Boolean) offset: 0x1A8
  160.  -LINQPad.QueryCore LINQPad.ExecutionModel.QueryCompiler GetCompiler(Boolean, Boolean) offset: 0xFF
  161.  -LINQPad.UI.QueryEditor+<UpdateSameSymbolHighlight>d__140 Void MoveNext() offset: 0x15E
  162.  -System.Runtime.ExceptionServices.ExceptionDispatchInfo Void Throw() offset: 0x11
  163. ========================================================================================================================
  164.  
  165. 7.7.3 (X64) 2023-02-20T21:16:58.9479841-08:00 GuiAppHost
  166. [MainThread] UriFormatException - Invalid URI: The format of the URI could not be determined.
  167. Source=System.Private.Uri
  168.  
  169.  -System.Uri Void CreateThis(System.String, Boolean, System.UriKind, System.UriCreationOptions ByRef) offset: 0x88
  170.  -System.Uri Void .ctor(System.String) offset: 0x13
  171.  -LINQPad.LanguageServices.LinqReference System.String FindFile(System.String, System.String) offset: 0xE8
  172.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference Resolve(System.String, Boolean, System.String, Int32, System.String) offset: 0x1D
  173.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference[] ResolveWithWildcard(System.String, System.String, Int32) offset: 0x189
  174.  -LINQPad.QueryCore+<>c__DisplayClass132_0 System.Collections.Generic.IEnumerable`1[LINQPad.LanguageServices.LinqReference] <get_ResolvedLinqReferences>b__0(System.String) offset: 0xC
  175.  -System.Linq.Enumerable+SelectManySingleSelectorIterator`2 Boolean MoveNext() offset: 0x0
  176.  -System.Collections.Generic.HashSet`1 Void UnionWith(System.Collections.Generic.IEnumerable`1[T]) offset: 0x38
  177.  -System.Collections.Generic.HashSet`1 Void .ctor(System.Collections.Generic.IEnumerable`1[T], System.Collections.Generic.IEqualityComparer`1[T]) offset: 0xA
  178.  -System.Linq.Enumerable+DistinctIterator`1 TSource[] ToArray() offset: 0x11
  179.  -LINQPad.QueryCore LINQPad.LanguageServices.LinqReference[] get_ResolvedLinqReferences() offset: 0xAA
  180.  -LINQPad.ReferenceSet LINQPad.ReferenceSet Get(LINQPad.Extensibility.DataContext.DCDriverLoader, LINQPad.Repository, LINQPad.QueryCore, System.String, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x34
  181.  -LINQPad.ReferenceSet LINQPad.ReferenceSet ForQuery(LINQPad.QueryCore, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x18
  182.  -LINQPad.QueryCore LINQPad.ReferenceSet get_CombinedQueryReferences() offset: 0xA2
  183.  -LINQPad.QueryCore LINQPad.QueryCore CloneForCompilation(Boolean) offset: 0x1A8
  184.  -LINQPad.QueryCore LINQPad.ExecutionModel.QueryCompiler GetCompiler(Boolean, Boolean) offset: 0xFF
  185.  -LINQPad.UI.QueryEditor+<CheckSuggestionsSmartTagAtCaret>d__143 Void MoveNext() offset: 0x12A
  186.  -System.Runtime.ExceptionServices.ExceptionDispatchInfo Void Throw() offset: 0x11
  187. ========================================================================================================================
  188.  
  189. 7.7.3 (X64) 2023-02-20T21:17:04.4614516-08:00 GuiAppHost
  190. [MainThread] UriFormatException - Invalid URI: The format of the URI could not be determined.
  191. Source=System.Private.Uri
  192.  
  193.  -System.Uri Void CreateThis(System.String, Boolean, System.UriKind, System.UriCreationOptions ByRef) offset: 0x88
  194.  -System.Uri Void .ctor(System.String) offset: 0x13
  195.  -LINQPad.LanguageServices.LinqReference System.String FindFile(System.String, System.String) offset: 0xE8
  196.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference Resolve(System.String, Boolean, System.String, Int32, System.String) offset: 0x1D
  197.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference[] ResolveWithWildcard(System.String, System.String, Int32) offset: 0x189
  198.  -LINQPad.QueryCore+<>c__DisplayClass132_0 System.Collections.Generic.IEnumerable`1[LINQPad.LanguageServices.LinqReference] <get_ResolvedLinqReferences>b__0(System.String) offset: 0xC
  199.  -System.Linq.Enumerable+SelectManySingleSelectorIterator`2 Boolean MoveNext() offset: 0x0
  200.  -System.Collections.Generic.HashSet`1 Void UnionWith(System.Collections.Generic.IEnumerable`1[T]) offset: 0x38
  201.  -System.Collections.Generic.HashSet`1 Void .ctor(System.Collections.Generic.IEnumerable`1[T], System.Collections.Generic.IEqualityComparer`1[T]) offset: 0xA
  202.  -System.Linq.Enumerable+DistinctIterator`1 TSource[] ToArray() offset: 0x11
  203.  -LINQPad.QueryCore LINQPad.LanguageServices.LinqReference[] get_ResolvedLinqReferences() offset: 0xAA
  204.  -LINQPad.ReferenceSet LINQPad.ReferenceSet Get(LINQPad.Extensibility.DataContext.DCDriverLoader, LINQPad.Repository, LINQPad.QueryCore, System.String, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x34
  205.  -LINQPad.ReferenceSet LINQPad.ReferenceSet ForQuery(LINQPad.QueryCore, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x18
  206.  -LINQPad.QueryCore LINQPad.ReferenceSet get_CombinedQueryReferences() offset: 0xA2
  207.  -LINQPad.QueryCore LINQPad.QueryCore CloneForCompilation(Boolean) offset: 0x1A8
  208.  -LINQPad.QueryCore LINQPad.ExecutionModel.QueryCompiler GetCompiler(Boolean, Boolean) offset: 0xFF
  209.  -LINQPad.DocumentManager Void CheckForChange(Boolean, ActiproSoftware.SyntaxEditor.Caret) offset: 0x15F
  210.  -LINQPad.UI.QueryControl Void _query_QueryChanged(System.Object, LINQPad.QueryChangedEventArgs) offset: 0x33
  211.  -LINQPad.QueryCore Void OnQueryChanged(Boolean, LINQPad.QueryChangedEventArgs) offset: 0xFF
  212.  -LINQPad.RunnableQuery Void OnQueryChanged(Boolean, LINQPad.QueryChangedEventArgs) offset: 0xD
  213.  -LINQPad.QueryCore+ChangeTx Void Dispose() offset: 0x31
  214.  -LINQPad.UI.QueryControl Void document_TextChanged(System.Object, ActiproSoftware.SyntaxEditor.DocumentModificationEventArgs) offset: 0xCC
  215.  -ActiproSoftware.SyntaxEditor.Document Boolean BasicModification(ActiproSoftware.SyntaxEditor.DocumentModification, Boolean) offset: 0x5BC
  216.  -ActiproSoftware.SyntaxEditor.Document Boolean DeleteText(ActiproSoftware.SyntaxEditor.DocumentModificationType, Int32, Int32, ActiproSoftware.SyntaxEditor.DocumentModificationOptions, System.WeakReference) offset: 0x0
  217.  -ActiproSoftware.SyntaxEditor.Commands.BackspaceToPreviousWordCommand Void Execute(ActiproSoftware.SyntaxEditor.Commands.EditCommandContext) offset: 0x140
  218.  -ActiproSoftware.SyntaxEditor.MacroRecording Boolean RaiseEditCommand(ActiproSoftware.SyntaxEditor.Commands.EditCommand, ActiproSoftware.SyntaxEditor.Commands.EditCommandContext) offset: 0x30
  219.  -ActiproSoftware.SyntaxEditor.SyntaxEditor Boolean PerformKeyTyping(ActiproSoftware.SyntaxEditor.EditorView, System.Windows.Forms.Keys, Char, Boolean) offset: 0x14E
  220.  -ActiproSoftware.SyntaxEditor.SyntaxEditor Void OnKeyDown(System.Windows.Forms.KeyEventArgs) offset: 0x42
  221.  -LINQPad.UI.QueryEditor Void OnKeyDown(System.Windows.Forms.KeyEventArgs) offset: 0x512
  222.  -System.Windows.Forms.Control Boolean ProcessKeyEventArgs(System.Windows.Forms.Message ByRef) offset: 0x146
  223.  -System.Windows.Forms.Control Void WndProc(System.Windows.Forms.Message ByRef) offset: 0x778
  224.  -System.Windows.Forms.ScrollableControl Void WndProc(System.Windows.Forms.Message ByRef) offset: 0x3B
  225.  -ActiproSoftware.SyntaxEditor.SyntaxEditor Void WndProc(System.Windows.Forms.Message ByRef) offset: 0x92
  226.  -System.Windows.Forms.Control+ControlNativeWindow Void WndProc(System.Windows.Forms.Message ByRef) offset: 0x85
  227.  -System.Windows.Forms.NativeWindow IntPtr Callback(IntPtr, WM, IntPtr, IntPtr) offset: 0x6A
  228. ========================================================================================================================
  229.  
  230. 7.7.3 (X64) 2023-02-20T21:17:04.6734455-08:00 GuiAppHost
  231. [MainThread] UriFormatException - Invalid URI: The format of the URI could not be determined.
  232. Source=System.Private.Uri
  233.  
  234.  -System.Uri Void CreateThis(System.String, Boolean, System.UriKind, System.UriCreationOptions ByRef) offset: 0x88
  235.  -System.Uri Void .ctor(System.String) offset: 0x13
  236.  -LINQPad.LanguageServices.LinqReference System.String FindFile(System.String, System.String) offset: 0xE8
  237.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference Resolve(System.String, Boolean, System.String, Int32, System.String) offset: 0x1D
  238.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference[] ResolveWithWildcard(System.String, System.String, Int32) offset: 0x189
  239.  -LINQPad.QueryCore+<>c__DisplayClass132_0 System.Collections.Generic.IEnumerable`1[LINQPad.LanguageServices.LinqReference] <get_ResolvedLinqReferences>b__0(System.String) offset: 0xC
  240.  -System.Linq.Enumerable+SelectManySingleSelectorIterator`2 Boolean MoveNext() offset: 0x0
  241.  -System.Collections.Generic.HashSet`1 Void UnionWith(System.Collections.Generic.IEnumerable`1[T]) offset: 0x38
  242.  -System.Collections.Generic.HashSet`1 Void .ctor(System.Collections.Generic.IEnumerable`1[T], System.Collections.Generic.IEqualityComparer`1[T]) offset: 0xA
  243.  -System.Linq.Enumerable+DistinctIterator`1 TSource[] ToArray() offset: 0x11
  244.  -LINQPad.QueryCore LINQPad.LanguageServices.LinqReference[] get_ResolvedLinqReferences() offset: 0xAA
  245.  -LINQPad.ReferenceSet LINQPad.ReferenceSet Get(LINQPad.Extensibility.DataContext.DCDriverLoader, LINQPad.Repository, LINQPad.QueryCore, System.String, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x34
  246.  -LINQPad.ReferenceSet LINQPad.ReferenceSet ForQuery(LINQPad.QueryCore, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x18
  247.  -LINQPad.QueryCore LINQPad.ReferenceSet get_CombinedQueryReferences() offset: 0xA2
  248.  -LINQPad.QueryCore LINQPad.QueryCore CloneForCompilation(Boolean) offset: 0x1A8
  249.  -LINQPad.QueryCore LINQPad.ExecutionModel.QueryCompiler GetCompiler(Boolean, Boolean) offset: 0xFF
  250.  -LINQPad.UI.QueryEditor+<CheckSuggestionsSmartTagAtCaret>d__143 Void MoveNext() offset: 0x12A
  251.  -System.Runtime.ExceptionServices.ExceptionDispatchInfo Void Throw() offset: 0x11
  252. ========================================================================================================================
  253.  
  254. 7.7.3 (X64) 2023-02-20T21:17:04.6747391-08:00 GuiAppHost
  255. [MainThread] UriFormatException - Invalid URI: The format of the URI could not be determined.
  256. Source=System.Private.Uri
  257.  
  258.  -System.Uri Void CreateThis(System.String, Boolean, System.UriKind, System.UriCreationOptions ByRef) offset: 0x88
  259.  -System.Uri Void .ctor(System.String) offset: 0x13
  260.  -LINQPad.LanguageServices.LinqReference System.String FindFile(System.String, System.String) offset: 0xE8
  261.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference Resolve(System.String, Boolean, System.String, Int32, System.String) offset: 0x1D
  262.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference[] ResolveWithWildcard(System.String, System.String, Int32) offset: 0x189
  263.  -LINQPad.QueryCore+<>c__DisplayClass132_0 System.Collections.Generic.IEnumerable`1[LINQPad.LanguageServices.LinqReference] <get_ResolvedLinqReferences>b__0(System.String) offset: 0xC
  264.  -System.Linq.Enumerable+SelectManySingleSelectorIterator`2 Boolean MoveNext() offset: 0x0
  265.  -System.Collections.Generic.HashSet`1 Void UnionWith(System.Collections.Generic.IEnumerable`1[T]) offset: 0x38
  266.  -System.Collections.Generic.HashSet`1 Void .ctor(System.Collections.Generic.IEnumerable`1[T], System.Collections.Generic.IEqualityComparer`1[T]) offset: 0xA
  267.  -System.Linq.Enumerable+DistinctIterator`1 TSource[] ToArray() offset: 0x11
  268.  -LINQPad.QueryCore LINQPad.LanguageServices.LinqReference[] get_ResolvedLinqReferences() offset: 0xAA
  269.  -LINQPad.ReferenceSet LINQPad.ReferenceSet Get(LINQPad.Extensibility.DataContext.DCDriverLoader, LINQPad.Repository, LINQPad.QueryCore, System.String, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x34
  270.  -LINQPad.ReferenceSet LINQPad.ReferenceSet ForQuery(LINQPad.QueryCore, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x18
  271.  -LINQPad.QueryCore LINQPad.ReferenceSet get_CombinedQueryReferences() offset: 0xA2
  272.  -LINQPad.QueryCore LINQPad.QueryCore CloneForCompilation(Boolean) offset: 0x1A8
  273.  -LINQPad.QueryCore LINQPad.ExecutionModel.QueryCompiler GetCompiler(Boolean, Boolean) offset: 0xFF
  274.  -LINQPad.UI.QueryEditor+<UpdateSameSymbolHighlight>d__140 Void MoveNext() offset: 0x15E
  275.  -System.Runtime.ExceptionServices.ExceptionDispatchInfo Void Throw() offset: 0x11
  276. ========================================================================================================================
  277.  
  278. 7.7.3 (X64) 2023-02-20T21:17:05.0620040-08:00 GuiAppHost
  279. [MainThread] UriFormatException - Invalid URI: The format of the URI could not be determined.
  280. Source=System.Private.Uri
  281.  
  282.  -System.Uri Void CreateThis(System.String, Boolean, System.UriKind, System.UriCreationOptions ByRef) offset: 0x88
  283.  -System.Uri Void .ctor(System.String) offset: 0x13
  284.  -LINQPad.LanguageServices.LinqReference System.String FindFile(System.String, System.String) offset: 0xE8
  285.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference Resolve(System.String, Boolean, System.String, Int32, System.String) offset: 0x1D
  286.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference[] ResolveWithWildcard(System.String, System.String, Int32) offset: 0x189
  287.  -LINQPad.QueryCore+<>c__DisplayClass132_0 System.Collections.Generic.IEnumerable`1[LINQPad.LanguageServices.LinqReference] <get_ResolvedLinqReferences>b__0(System.String) offset: 0xC
  288.  -System.Linq.Enumerable+SelectManySingleSelectorIterator`2 Boolean MoveNext() offset: 0x0
  289.  -System.Collections.Generic.HashSet`1 Void UnionWith(System.Collections.Generic.IEnumerable`1[T]) offset: 0x38
  290.  -System.Collections.Generic.HashSet`1 Void .ctor(System.Collections.Generic.IEnumerable`1[T], System.Collections.Generic.IEqualityComparer`1[T]) offset: 0xA
  291.  -System.Linq.Enumerable+DistinctIterator`1 TSource[] ToArray() offset: 0x11
  292.  -LINQPad.QueryCore LINQPad.LanguageServices.LinqReference[] get_ResolvedLinqReferences() offset: 0xAA
  293.  -LINQPad.ReferenceSet LINQPad.ReferenceSet Get(LINQPad.Extensibility.DataContext.DCDriverLoader, LINQPad.Repository, LINQPad.QueryCore, System.String, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x34
  294.  -LINQPad.ReferenceSet LINQPad.ReferenceSet ForQuery(LINQPad.QueryCore, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x18
  295.  -LINQPad.QueryCore LINQPad.ReferenceSet get_CombinedQueryReferences() offset: 0xA2
  296.  -LINQPad.QueryCore LINQPad.QueryCore CloneForCompilation(Boolean) offset: 0x1A8
  297.  -LINQPad.QueryCore LINQPad.ExecutionModel.QueryCompiler GetCompiler(Boolean, Boolean) offset: 0xFF
  298.  -LINQPad.DocumentManager Void CheckForChange(Boolean, ActiproSoftware.SyntaxEditor.Caret) offset: 0x15F
  299.  -LINQPad.UI.QueryControl Void _query_QueryChanged(System.Object, LINQPad.QueryChangedEventArgs) offset: 0x33
  300.  -LINQPad.QueryCore Void OnQueryChanged(Boolean, LINQPad.QueryChangedEventArgs) offset: 0xFF
  301.  -LINQPad.RunnableQuery Void OnQueryChanged(Boolean, LINQPad.QueryChangedEventArgs) offset: 0xD
  302.  -LINQPad.QueryCore+ChangeTx Void Dispose() offset: 0x31
  303.  -LINQPad.UI.QueryControl Void document_TextChanged(System.Object, ActiproSoftware.SyntaxEditor.DocumentModificationEventArgs) offset: 0xCC
  304.  -ActiproSoftware.SyntaxEditor.Document Boolean BasicModification(ActiproSoftware.SyntaxEditor.DocumentModification, Boolean) offset: 0x5BC
  305.  -ActiproSoftware.SyntaxEditor.Document Boolean DeleteText(ActiproSoftware.SyntaxEditor.DocumentModificationType, Int32, Int32, ActiproSoftware.SyntaxEditor.DocumentModificationOptions, System.WeakReference) offset: 0x0
  306.  -ActiproSoftware.SyntaxEditor.Commands.BackspaceToPreviousWordCommand Void Execute(ActiproSoftware.SyntaxEditor.Commands.EditCommandContext) offset: 0x140
  307.  -ActiproSoftware.SyntaxEditor.MacroRecording Boolean RaiseEditCommand(ActiproSoftware.SyntaxEditor.Commands.EditCommand, ActiproSoftware.SyntaxEditor.Commands.EditCommandContext) offset: 0x30
  308.  -ActiproSoftware.SyntaxEditor.SyntaxEditor Boolean PerformKeyTyping(ActiproSoftware.SyntaxEditor.EditorView, System.Windows.Forms.Keys, Char, Boolean) offset: 0x14E
  309.  -ActiproSoftware.SyntaxEditor.SyntaxEditor Void OnKeyDown(System.Windows.Forms.KeyEventArgs) offset: 0x42
  310.  -LINQPad.UI.QueryEditor Void OnKeyDown(System.Windows.Forms.KeyEventArgs) offset: 0x512
  311.  -System.Windows.Forms.Control Boolean ProcessKeyEventArgs(System.Windows.Forms.Message ByRef) offset: 0x146
  312.  -System.Windows.Forms.Control Void WndProc(System.Windows.Forms.Message ByRef) offset: 0x778
  313.  -System.Windows.Forms.ScrollableControl Void WndProc(System.Windows.Forms.Message ByRef) offset: 0x3B
  314.  -ActiproSoftware.SyntaxEditor.SyntaxEditor Void WndProc(System.Windows.Forms.Message ByRef) offset: 0x92
  315.  -System.Windows.Forms.Control+ControlNativeWindow Void WndProc(System.Windows.Forms.Message ByRef) offset: 0x85
  316.  -System.Windows.Forms.NativeWindow IntPtr Callback(IntPtr, WM, IntPtr, IntPtr) offset: 0x6A
  317. ========================================================================================================================
  318.  
  319. 7.7.3 (X64) 2023-02-20T21:17:05.2705278-08:00 GuiAppHost
  320. [MainThread] UriFormatException - Invalid URI: The format of the URI could not be determined.
  321. Source=System.Private.Uri
  322.  
  323.  -System.Uri Void CreateThis(System.String, Boolean, System.UriKind, System.UriCreationOptions ByRef) offset: 0x88
  324.  -System.Uri Void .ctor(System.String) offset: 0x13
  325.  -LINQPad.LanguageServices.LinqReference System.String FindFile(System.String, System.String) offset: 0xE8
  326.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference Resolve(System.String, Boolean, System.String, Int32, System.String) offset: 0x1D
  327.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference[] ResolveWithWildcard(System.String, System.String, Int32) offset: 0x189
  328.  -LINQPad.QueryCore+<>c__DisplayClass132_0 System.Collections.Generic.IEnumerable`1[LINQPad.LanguageServices.LinqReference] <get_ResolvedLinqReferences>b__0(System.String) offset: 0xC
  329.  -System.Linq.Enumerable+SelectManySingleSelectorIterator`2 Boolean MoveNext() offset: 0x0
  330.  -System.Collections.Generic.HashSet`1 Void UnionWith(System.Collections.Generic.IEnumerable`1[T]) offset: 0x38
  331.  -System.Collections.Generic.HashSet`1 Void .ctor(System.Collections.Generic.IEnumerable`1[T], System.Collections.Generic.IEqualityComparer`1[T]) offset: 0xA
  332.  -System.Linq.Enumerable+DistinctIterator`1 TSource[] ToArray() offset: 0x11
  333.  -LINQPad.QueryCore LINQPad.LanguageServices.LinqReference[] get_ResolvedLinqReferences() offset: 0xAA
  334.  -LINQPad.ReferenceSet LINQPad.ReferenceSet Get(LINQPad.Extensibility.DataContext.DCDriverLoader, LINQPad.Repository, LINQPad.QueryCore, System.String, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x34
  335.  -LINQPad.ReferenceSet LINQPad.ReferenceSet ForQuery(LINQPad.QueryCore, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x18
  336.  -LINQPad.QueryCore LINQPad.ReferenceSet get_CombinedQueryReferences() offset: 0xA2
  337.  -LINQPad.QueryCore LINQPad.QueryCore CloneForCompilation(Boolean) offset: 0x1A8
  338.  -LINQPad.QueryCore LINQPad.ExecutionModel.QueryCompiler GetCompiler(Boolean, Boolean) offset: 0xFF
  339.  -LINQPad.UI.QueryEditor+<CheckSuggestionsSmartTagAtCaret>d__143 Void MoveNext() offset: 0x12A
  340.  -System.Runtime.ExceptionServices.ExceptionDispatchInfo Void Throw() offset: 0x11
  341. ========================================================================================================================
  342.  
  343. 7.7.3 (X64) 2023-02-20T21:17:05.2718768-08:00 GuiAppHost
  344. [MainThread] UriFormatException - Invalid URI: The format of the URI could not be determined.
  345. Source=System.Private.Uri
  346.  
  347.  -System.Uri Void CreateThis(System.String, Boolean, System.UriKind, System.UriCreationOptions ByRef) offset: 0x88
  348.  -System.Uri Void .ctor(System.String) offset: 0x13
  349.  -LINQPad.LanguageServices.LinqReference System.String FindFile(System.String, System.String) offset: 0xE8
  350.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference Resolve(System.String, Boolean, System.String, Int32, System.String) offset: 0x1D
  351.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference[] ResolveWithWildcard(System.String, System.String, Int32) offset: 0x189
  352.  -LINQPad.QueryCore+<>c__DisplayClass132_0 System.Collections.Generic.IEnumerable`1[LINQPad.LanguageServices.LinqReference] <get_ResolvedLinqReferences>b__0(System.String) offset: 0xC
  353.  -System.Linq.Enumerable+SelectManySingleSelectorIterator`2 Boolean MoveNext() offset: 0x0
  354.  -System.Collections.Generic.HashSet`1 Void UnionWith(System.Collections.Generic.IEnumerable`1[T]) offset: 0x38
  355.  -System.Collections.Generic.HashSet`1 Void .ctor(System.Collections.Generic.IEnumerable`1[T], System.Collections.Generic.IEqualityComparer`1[T]) offset: 0xA
  356.  -System.Linq.Enumerable+DistinctIterator`1 TSource[] ToArray() offset: 0x11
  357.  -LINQPad.QueryCore LINQPad.LanguageServices.LinqReference[] get_ResolvedLinqReferences() offset: 0xAA
  358.  -LINQPad.ReferenceSet LINQPad.ReferenceSet Get(LINQPad.Extensibility.DataContext.DCDriverLoader, LINQPad.Repository, LINQPad.QueryCore, System.String, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x34
  359.  -LINQPad.ReferenceSet LINQPad.ReferenceSet ForQuery(LINQPad.QueryCore, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x18
  360.  -LINQPad.QueryCore LINQPad.ReferenceSet get_CombinedQueryReferences() offset: 0xA2
  361.  -LINQPad.QueryCore LINQPad.QueryCore CloneForCompilation(Boolean) offset: 0x1A8
  362.  -LINQPad.QueryCore LINQPad.ExecutionModel.QueryCompiler GetCompiler(Boolean, Boolean) offset: 0xFF
  363.  -LINQPad.UI.QueryEditor+<UpdateSameSymbolHighlight>d__140 Void MoveNext() offset: 0x15E
  364.  -System.Runtime.ExceptionServices.ExceptionDispatchInfo Void Throw() offset: 0x11
  365. ========================================================================================================================
  366.  
  367. 7.7.3 (X64) 2023-02-20T21:17:05.6256490-08:00 GuiAppHost
  368. [MainThread] UriFormatException - Invalid URI: The format of the URI could not be determined.
  369. Source=System.Private.Uri
  370.  
  371.  -System.Uri Void CreateThis(System.String, Boolean, System.UriKind, System.UriCreationOptions ByRef) offset: 0x88
  372.  -System.Uri Void .ctor(System.String) offset: 0x13
  373.  -LINQPad.LanguageServices.LinqReference System.String FindFile(System.String, System.String) offset: 0xE8
  374.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference Resolve(System.String, Boolean, System.String, Int32, System.String) offset: 0x1D
  375.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference[] ResolveWithWildcard(System.String, System.String, Int32) offset: 0x189
  376.  -LINQPad.QueryCore+<>c__DisplayClass132_0 System.Collections.Generic.IEnumerable`1[LINQPad.LanguageServices.LinqReference] <get_ResolvedLinqReferences>b__0(System.String) offset: 0xC
  377.  -System.Linq.Enumerable+SelectManySingleSelectorIterator`2 Boolean MoveNext() offset: 0x0
  378.  -System.Collections.Generic.HashSet`1 Void UnionWith(System.Collections.Generic.IEnumerable`1[T]) offset: 0x38
  379.  -System.Collections.Generic.HashSet`1 Void .ctor(System.Collections.Generic.IEnumerable`1[T], System.Collections.Generic.IEqualityComparer`1[T]) offset: 0xA
  380.  -System.Linq.Enumerable+DistinctIterator`1 TSource[] ToArray() offset: 0x11
  381.  -LINQPad.QueryCore LINQPad.LanguageServices.LinqReference[] get_ResolvedLinqReferences() offset: 0xAA
  382.  -LINQPad.ReferenceSet LINQPad.ReferenceSet Get(LINQPad.Extensibility.DataContext.DCDriverLoader, LINQPad.Repository, LINQPad.QueryCore, System.String, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x34
  383.  -LINQPad.ReferenceSet LINQPad.ReferenceSet ForQuery(LINQPad.QueryCore, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x18
  384.  -LINQPad.QueryCore LINQPad.ReferenceSet get_CombinedQueryReferences() offset: 0xA2
  385.  -LINQPad.QueryCore LINQPad.QueryCore CloneForCompilation(Boolean) offset: 0x1A8
  386.  -LINQPad.QueryCore LINQPad.ExecutionModel.QueryCompiler GetCompiler(Boolean, Boolean) offset: 0xFF
  387.  -LINQPad.DocumentManager Void CheckForChange(Boolean, ActiproSoftware.SyntaxEditor.Caret) offset: 0x15F
  388.  -LINQPad.UI.QueryControl Void _query_QueryChanged(System.Object, LINQPad.QueryChangedEventArgs) offset: 0x33
  389.  -LINQPad.QueryCore Void OnQueryChanged(Boolean, LINQPad.QueryChangedEventArgs) offset: 0xFF
  390.  -LINQPad.RunnableQuery Void OnQueryChanged(Boolean, LINQPad.QueryChangedEventArgs) offset: 0xD
  391.  -LINQPad.QueryCore+ChangeTx Void Dispose() offset: 0x31
  392.  -LINQPad.UI.QueryControl Void document_TextChanged(System.Object, ActiproSoftware.SyntaxEditor.DocumentModificationEventArgs) offset: 0xCC
  393.  -ActiproSoftware.SyntaxEditor.Document Boolean BasicModification(ActiproSoftware.SyntaxEditor.DocumentModification, Boolean) offset: 0x5BC
  394.  -ActiproSoftware.SyntaxEditor.Document Boolean DeleteText(ActiproSoftware.SyntaxEditor.DocumentModificationType, Int32, Int32, ActiproSoftware.SyntaxEditor.DocumentModificationOptions, System.WeakReference) offset: 0x0
  395.  -ActiproSoftware.SyntaxEditor.Commands.BackspaceCommand Void Execute(ActiproSoftware.SyntaxEditor.Commands.EditCommandContext) offset: 0x18D
  396.  -ActiproSoftware.SyntaxEditor.MacroRecording Boolean RaiseEditCommand(ActiproSoftware.SyntaxEditor.Commands.EditCommand, ActiproSoftware.SyntaxEditor.Commands.EditCommandContext) offset: 0x30
  397.  -ActiproSoftware.SyntaxEditor.SyntaxEditor Boolean PerformKeyTyping(ActiproSoftware.SyntaxEditor.EditorView, System.Windows.Forms.Keys, Char, Boolean) offset: 0x14E
  398.  -ActiproSoftware.SyntaxEditor.SyntaxEditor Void OnKeyDown(System.Windows.Forms.KeyEventArgs) offset: 0x42
  399.  -LINQPad.UI.QueryEditor Void OnKeyDown(System.Windows.Forms.KeyEventArgs) offset: 0x512
  400.  -System.Windows.Forms.Control Boolean ProcessKeyEventArgs(System.Windows.Forms.Message ByRef) offset: 0x146
  401.  -System.Windows.Forms.Control Void WndProc(System.Windows.Forms.Message ByRef) offset: 0x778
  402.  -System.Windows.Forms.ScrollableControl Void WndProc(System.Windows.Forms.Message ByRef) offset: 0x3B
  403.  -ActiproSoftware.SyntaxEditor.SyntaxEditor Void WndProc(System.Windows.Forms.Message ByRef) offset: 0x92
  404.  -System.Windows.Forms.Control+ControlNativeWindow Void WndProc(System.Windows.Forms.Message ByRef) offset: 0x85
  405.  -System.Windows.Forms.NativeWindow IntPtr Callback(IntPtr, WM, IntPtr, IntPtr) offset: 0x6A
  406. ========================================================================================================================
  407.  
  408. 7.7.3 (X64) 2023-02-20T21:17:05.8258737-08:00 GuiAppHost
  409. [MainThread] UriFormatException - Invalid URI: The format of the URI could not be determined.
  410. Source=System.Private.Uri
  411.  
  412.  -System.Uri Void CreateThis(System.String, Boolean, System.UriKind, System.UriCreationOptions ByRef) offset: 0x88
  413.  -System.Uri Void .ctor(System.String) offset: 0x13
  414.  -LINQPad.LanguageServices.LinqReference System.String FindFile(System.String, System.String) offset: 0xE8
  415.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference Resolve(System.String, Boolean, System.String, Int32, System.String) offset: 0x1D
  416.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference[] ResolveWithWildcard(System.String, System.String, Int32) offset: 0x189
  417.  -LINQPad.QueryCore+<>c__DisplayClass132_0 System.Collections.Generic.IEnumerable`1[LINQPad.LanguageServices.LinqReference] <get_ResolvedLinqReferences>b__0(System.String) offset: 0xC
  418.  -System.Linq.Enumerable+SelectManySingleSelectorIterator`2 Boolean MoveNext() offset: 0x0
  419.  -System.Collections.Generic.HashSet`1 Void UnionWith(System.Collections.Generic.IEnumerable`1[T]) offset: 0x38
  420.  -System.Collections.Generic.HashSet`1 Void .ctor(System.Collections.Generic.IEnumerable`1[T], System.Collections.Generic.IEqualityComparer`1[T]) offset: 0xA
  421.  -System.Linq.Enumerable+DistinctIterator`1 TSource[] ToArray() offset: 0x11
  422.  -LINQPad.QueryCore LINQPad.LanguageServices.LinqReference[] get_ResolvedLinqReferences() offset: 0xAA
  423.  -LINQPad.ReferenceSet LINQPad.ReferenceSet Get(LINQPad.Extensibility.DataContext.DCDriverLoader, LINQPad.Repository, LINQPad.QueryCore, System.String, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x34
  424.  -LINQPad.ReferenceSet LINQPad.ReferenceSet ForQuery(LINQPad.QueryCore, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x18
  425.  -LINQPad.QueryCore LINQPad.ReferenceSet get_CombinedQueryReferences() offset: 0xA2
  426.  -LINQPad.QueryCore LINQPad.QueryCore CloneForCompilation(Boolean) offset: 0x1A8
  427.  -LINQPad.QueryCore LINQPad.ExecutionModel.QueryCompiler GetCompiler(Boolean, Boolean) offset: 0xFF
  428.  -LINQPad.UI.QueryEditor+<UpdateSameSymbolHighlight>d__140 Void MoveNext() offset: 0x15E
  429.  -System.Runtime.ExceptionServices.ExceptionDispatchInfo Void Throw() offset: 0x11
  430. ========================================================================================================================
  431.  
  432. 7.7.3 (X64) 2023-02-20T21:17:05.8273390-08:00 GuiAppHost
  433. [MainThread] UriFormatException - Invalid URI: The format of the URI could not be determined.
  434. Source=System.Private.Uri
  435.  
  436.  -System.Uri Void CreateThis(System.String, Boolean, System.UriKind, System.UriCreationOptions ByRef) offset: 0x88
  437.  -System.Uri Void .ctor(System.String) offset: 0x13
  438.  -LINQPad.LanguageServices.LinqReference System.String FindFile(System.String, System.String) offset: 0xE8
  439.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference Resolve(System.String, Boolean, System.String, Int32, System.String) offset: 0x1D
  440.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference[] ResolveWithWildcard(System.String, System.String, Int32) offset: 0x189
  441.  -LINQPad.QueryCore+<>c__DisplayClass132_0 System.Collections.Generic.IEnumerable`1[LINQPad.LanguageServices.LinqReference] <get_ResolvedLinqReferences>b__0(System.String) offset: 0xC
  442.  -System.Linq.Enumerable+SelectManySingleSelectorIterator`2 Boolean MoveNext() offset: 0x0
  443.  -System.Collections.Generic.HashSet`1 Void UnionWith(System.Collections.Generic.IEnumerable`1[T]) offset: 0x38
  444.  -System.Collections.Generic.HashSet`1 Void .ctor(System.Collections.Generic.IEnumerable`1[T], System.Collections.Generic.IEqualityComparer`1[T]) offset: 0xA
  445.  -System.Linq.Enumerable+DistinctIterator`1 TSource[] ToArray() offset: 0x11
  446.  -LINQPad.QueryCore LINQPad.LanguageServices.LinqReference[] get_ResolvedLinqReferences() offset: 0xAA
  447.  -LINQPad.ReferenceSet LINQPad.ReferenceSet Get(LINQPad.Extensibility.DataContext.DCDriverLoader, LINQPad.Repository, LINQPad.QueryCore, System.String, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x34
  448.  -LINQPad.ReferenceSet LINQPad.ReferenceSet ForQuery(LINQPad.QueryCore, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x18
  449.  -LINQPad.QueryCore LINQPad.ReferenceSet get_CombinedQueryReferences() offset: 0xA2
  450.  -LINQPad.QueryCore LINQPad.QueryCore CloneForCompilation(Boolean) offset: 0x1A8
  451.  -LINQPad.QueryCore LINQPad.ExecutionModel.QueryCompiler GetCompiler(Boolean, Boolean) offset: 0xFF
  452.  -LINQPad.UI.QueryEditor+<CheckSuggestionsSmartTagAtCaret>d__143 Void MoveNext() offset: 0x12A
  453.  -System.Runtime.ExceptionServices.ExceptionDispatchInfo Void Throw() offset: 0x11
  454. ========================================================================================================================
  455.  
  456. 7.7.3 (X64) 2023-02-20T21:17:08.4333326-08:00 GuiAppHost
  457. [MainThread] UriFormatException - Invalid URI: The format of the URI could not be determined.
  458. Source=System.Private.Uri
  459.  
  460.  -System.Uri Void CreateThis(System.String, Boolean, System.UriKind, System.UriCreationOptions ByRef) offset: 0x88
  461.  -System.Uri Void .ctor(System.String) offset: 0x13
  462.  -LINQPad.LanguageServices.LinqReference System.String FindFile(System.String, System.String) offset: 0xE8
  463.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference Resolve(System.String, Boolean, System.String, Int32, System.String) offset: 0x1D
  464.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference[] ResolveWithWildcard(System.String, System.String, Int32) offset: 0x189
  465.  -LINQPad.QueryCore+<>c__DisplayClass132_0 System.Collections.Generic.IEnumerable`1[LINQPad.LanguageServices.LinqReference] <get_ResolvedLinqReferences>b__0(System.String) offset: 0xC
  466.  -System.Linq.Enumerable+SelectManySingleSelectorIterator`2 Boolean MoveNext() offset: 0x0
  467.  -System.Collections.Generic.HashSet`1 Void UnionWith(System.Collections.Generic.IEnumerable`1[T]) offset: 0x38
  468.  -System.Collections.Generic.HashSet`1 Void .ctor(System.Collections.Generic.IEnumerable`1[T], System.Collections.Generic.IEqualityComparer`1[T]) offset: 0xA
  469.  -System.Linq.Enumerable+DistinctIterator`1 TSource[] ToArray() offset: 0x11
  470.  -LINQPad.QueryCore LINQPad.LanguageServices.LinqReference[] get_ResolvedLinqReferences() offset: 0xAA
  471.  -LINQPad.ReferenceSet LINQPad.ReferenceSet Get(LINQPad.Extensibility.DataContext.DCDriverLoader, LINQPad.Repository, LINQPad.QueryCore, System.String, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x34
  472.  -LINQPad.ReferenceSet LINQPad.ReferenceSet ForQuery(LINQPad.QueryCore, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x18
  473.  -LINQPad.QueryCore LINQPad.ReferenceSet get_CombinedQueryReferences() offset: 0xA2
  474.  -LINQPad.QueryCore LINQPad.QueryCore CloneForCompilation(Boolean) offset: 0x1A8
  475.  -LINQPad.QueryCore LINQPad.ExecutionModel.QueryCompiler GetCompiler(Boolean, Boolean) offset: 0xFF
  476.  -LINQPad.UI.QueryEditor+<UpdateSameSymbolHighlight>d__140 Void MoveNext() offset: 0x15E
  477.  -System.Runtime.ExceptionServices.ExceptionDispatchInfo Void Throw() offset: 0x11
  478. ========================================================================================================================
  479.  
  480. 7.7.3 (X64) 2023-02-20T21:17:08.4345817-08:00 GuiAppHost
  481. [MainThread] UriFormatException - Invalid URI: The format of the URI could not be determined.
  482. Source=System.Private.Uri
  483.  
  484.  -System.Uri Void CreateThis(System.String, Boolean, System.UriKind, System.UriCreationOptions ByRef) offset: 0x88
  485.  -System.Uri Void .ctor(System.String) offset: 0x13
  486.  -LINQPad.LanguageServices.LinqReference System.String FindFile(System.String, System.String) offset: 0xE8
  487.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference Resolve(System.String, Boolean, System.String, Int32, System.String) offset: 0x1D
  488.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference[] ResolveWithWildcard(System.String, System.String, Int32) offset: 0x189
  489.  -LINQPad.QueryCore+<>c__DisplayClass132_0 System.Collections.Generic.IEnumerable`1[LINQPad.LanguageServices.LinqReference] <get_ResolvedLinqReferences>b__0(System.String) offset: 0xC
  490.  -System.Linq.Enumerable+SelectManySingleSelectorIterator`2 Boolean MoveNext() offset: 0x0
  491.  -System.Collections.Generic.HashSet`1 Void UnionWith(System.Collections.Generic.IEnumerable`1[T]) offset: 0x38
  492.  -System.Collections.Generic.HashSet`1 Void .ctor(System.Collections.Generic.IEnumerable`1[T], System.Collections.Generic.IEqualityComparer`1[T]) offset: 0xA
  493.  -System.Linq.Enumerable+DistinctIterator`1 TSource[] ToArray() offset: 0x11
  494.  -LINQPad.QueryCore LINQPad.LanguageServices.LinqReference[] get_ResolvedLinqReferences() offset: 0xAA
  495.  -LINQPad.ReferenceSet LINQPad.ReferenceSet Get(LINQPad.Extensibility.DataContext.DCDriverLoader, LINQPad.Repository, LINQPad.QueryCore, System.String, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x34
  496.  -LINQPad.ReferenceSet LINQPad.ReferenceSet ForQuery(LINQPad.QueryCore, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x18
  497.  -LINQPad.QueryCore LINQPad.ReferenceSet get_CombinedQueryReferences() offset: 0xA2
  498.  -LINQPad.QueryCore LINQPad.QueryCore CloneForCompilation(Boolean) offset: 0x1A8
  499.  -LINQPad.QueryCore LINQPad.ExecutionModel.QueryCompiler GetCompiler(Boolean, Boolean) offset: 0xFF
  500.  -LINQPad.UI.QueryEditor+<CheckSuggestionsSmartTagAtCaret>d__143 Void MoveNext() offset: 0x12A
  501.  -System.Runtime.ExceptionServices.ExceptionDispatchInfo Void Throw() offset: 0x11
  502. ========================================================================================================================
  503.  
  504. 7.7.3 (X64) 2023-02-20T21:17:38.1380502-08:00 GuiAppHost
  505. [MainThread] UriFormatException - Invalid URI: The format of the URI could not be determined.
  506. Source=System.Private.Uri
  507.  
  508.  -System.Uri Void CreateThis(System.String, Boolean, System.UriKind, System.UriCreationOptions ByRef) offset: 0x88
  509.  -System.Uri Void .ctor(System.String) offset: 0x13
  510.  -LINQPad.LanguageServices.LinqReference System.String FindFile(System.String, System.String) offset: 0xE8
  511.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference Resolve(System.String, Boolean, System.String, Int32, System.String) offset: 0x1D
  512.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference[] ResolveWithWildcard(System.String, System.String, Int32) offset: 0x189
  513.  -LINQPad.QueryCore+<>c__DisplayClass132_0 System.Collections.Generic.IEnumerable`1[LINQPad.LanguageServices.LinqReference] <get_ResolvedLinqReferences>b__0(System.String) offset: 0xC
  514.  -System.Linq.Enumerable+SelectManySingleSelectorIterator`2 Boolean MoveNext() offset: 0x0
  515.  -System.Collections.Generic.HashSet`1 Void UnionWith(System.Collections.Generic.IEnumerable`1[T]) offset: 0x38
  516.  -System.Collections.Generic.HashSet`1 Void .ctor(System.Collections.Generic.IEnumerable`1[T], System.Collections.Generic.IEqualityComparer`1[T]) offset: 0xA
  517.  -System.Linq.Enumerable+DistinctIterator`1 TSource[] ToArray() offset: 0x11
  518.  -LINQPad.QueryCore LINQPad.LanguageServices.LinqReference[] get_ResolvedLinqReferences() offset: 0xAA
  519.  -LINQPad.ReferenceSet LINQPad.ReferenceSet Get(LINQPad.Extensibility.DataContext.DCDriverLoader, LINQPad.Repository, LINQPad.QueryCore, System.String, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x34
  520.  -LINQPad.ReferenceSet LINQPad.ReferenceSet ForQuery(LINQPad.QueryCore, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x18
  521.  -LINQPad.QueryCore LINQPad.ReferenceSet get_CombinedQueryReferences() offset: 0xA2
  522.  -LINQPad.UI.QueryControl Void UpdateMissingNuGetWarning() offset: 0x2
  523.  -LINQPad.UI.QueryControl Void PullData(LINQPad.QueryChangedEventArgs) offset: 0x218
  524.  -LINQPad.UI.QueryControl Void _query_QueryChanged(System.Object, LINQPad.QueryChangedEventArgs) offset: 0x14
  525.  -LINQPad.QueryCore Void OnQueryChanged(Boolean, LINQPad.QueryChangedEventArgs) offset: 0xFF
  526.  -LINQPad.RunnableQuery Void OnQueryChanged(Boolean, LINQPad.QueryChangedEventArgs) offset: 0xD
  527.  -LINQPad.QueryCore+ChangeTx Void Dispose() offset: 0x31
  528.  -LINQPad.QueryCore Boolean SaveAs(System.String) offset: 0x189
  529.  -LINQPad.UI.QueryControl Boolean SaveAs() offset: 0x43F
  530.  -LINQPad.UI.QueryControl Boolean Save() offset: 0x9E
  531.  -LINQPad.UI.HotKeyManager Boolean HandleCommonKeys(System.Windows.Forms.Keys, Boolean) offset: 0xC71
  532.  -LINQPad.UI.HotKeyManager Boolean HandleKey(LINQPad.UI.MainForm, LINQPad.UI.QueryControl, System.Windows.Forms.Keys) offset: 0xB2
  533.  -LINQPad.UI.MainForm Boolean ProcessCmdKey(System.Windows.Forms.Message ByRef, System.Windows.Forms.Keys) offset: 0x18
  534.  -System.Windows.Forms.ContainerControl Boolean ProcessCmdKey(System.Windows.Forms.Message ByRef, System.Windows.Forms.Keys) offset: 0x1C
  535.  -System.Windows.Forms.ContainerControl Boolean ProcessCmdKey(System.Windows.Forms.Message ByRef, System.Windows.Forms.Keys) offset: 0x1C
  536.  -LINQPad.UI.QueryEditor Boolean ProcessCmdKey(System.Windows.Forms.Message ByRef, System.Windows.Forms.Keys) offset: 0x234
  537.  -System.Windows.Forms.Control Boolean PreProcessMessage(System.Windows.Forms.Message ByRef) offset: 0x0
  538.  -System.Windows.Forms.Control System.Windows.Forms.PreProcessControlState PreProcessControlMessageInternal(System.Windows.Forms.Control, System.Windows.Forms.Message ByRef) offset: 0x11B
  539.  -System.Windows.Forms.Application+ThreadContext Boolean PreTranslateMessage(MSG ByRef) offset: 0x105
  540. ========================================================================================================================
  541.  
  542. 7.7.3 (X64) 2023-02-20T21:18:02.6587879-08:00 GuiAppHost
  543. [MainThread] UriFormatException - Invalid URI: The format of the URI could not be determined.
  544. Source=System.Private.Uri
  545.  
  546.  -System.Uri Void CreateThis(System.String, Boolean, System.UriKind, System.UriCreationOptions ByRef) offset: 0x88
  547.  -System.Uri Void .ctor(System.String) offset: 0x13
  548.  -LINQPad.LanguageServices.LinqReference System.String FindFile(System.String, System.String) offset: 0xE8
  549.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference Resolve(System.String, Boolean, System.String, Int32, System.String) offset: 0x1D
  550.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference[] ResolveWithWildcard(System.String, System.String, Int32) offset: 0x189
  551.  -LINQPad.QueryCore+<>c__DisplayClass132_0 System.Collections.Generic.IEnumerable`1[LINQPad.LanguageServices.LinqReference] <get_ResolvedLinqReferences>b__0(System.String) offset: 0xC
  552.  -System.Linq.Enumerable+SelectManySingleSelectorIterator`2 Boolean MoveNext() offset: 0x0
  553.  -System.Collections.Generic.HashSet`1 Void UnionWith(System.Collections.Generic.IEnumerable`1[T]) offset: 0x38
  554.  -System.Collections.Generic.HashSet`1 Void .ctor(System.Collections.Generic.IEnumerable`1[T], System.Collections.Generic.IEqualityComparer`1[T]) offset: 0xA
  555.  -System.Linq.Enumerable+DistinctIterator`1 TSource[] ToArray() offset: 0x11
  556.  -LINQPad.QueryCore LINQPad.LanguageServices.LinqReference[] get_ResolvedLinqReferences() offset: 0xAA
  557.  -LINQPad.ReferenceSet LINQPad.ReferenceSet Get(LINQPad.Extensibility.DataContext.DCDriverLoader, LINQPad.Repository, LINQPad.QueryCore, System.String, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x34
  558.  -LINQPad.ReferenceSet LINQPad.ReferenceSet ForQuery(LINQPad.QueryCore, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x18
  559.  -LINQPad.QueryCore LINQPad.ReferenceSet get_CombinedQueryReferences() offset: 0xA2
  560.  -LINQPad.QueryCore LINQPad.QueryCore CloneForCompilation(Boolean) offset: 0x1A8
  561.  -LINQPad.QueryCore LINQPad.ExecutionModel.QueryCompiler GetCompiler(Boolean, Boolean) offset: 0xFF
  562.  -LINQPad.DocumentManager Void CheckForChange(Boolean, ActiproSoftware.SyntaxEditor.Caret) offset: 0x15F
  563.  -LINQPad.UI.QueryControl Void _query_QueryChanged(System.Object, LINQPad.QueryChangedEventArgs) offset: 0x33
  564.  -LINQPad.QueryCore Void OnQueryChanged(Boolean, LINQPad.QueryChangedEventArgs) offset: 0xFF
  565.  -LINQPad.RunnableQuery Void OnQueryChanged(Boolean, LINQPad.QueryChangedEventArgs) offset: 0xD
  566.  -LINQPad.QueryCore+ChangeTx Void Dispose() offset: 0x31
  567.  -LINQPad.UI.QueryControl Void document_TextChanged(System.Object, ActiproSoftware.SyntaxEditor.DocumentModificationEventArgs) offset: 0xCC
  568.  -ActiproSoftware.SyntaxEditor.Document Boolean BasicModification(ActiproSoftware.SyntaxEditor.DocumentModification, Boolean) offset: 0x5BC
  569.  -ActiproSoftware.SyntaxEditor.EditorView Boolean BasicReplaceSelectedText(ActiproSoftware.SyntaxEditor.DocumentModificationType, System.String, ActiproSoftware.SyntaxEditor.DocumentModificationOptions, System.Func`3[System.Int32,ActiproSoftware.Drawing.Range,ActiproSoftware.Drawing.Range]) offset: 0x68E
  570.  -ActiproSoftware.SyntaxEditor.Commands.TypingCommand Void Execute(ActiproSoftware.SyntaxEditor.Commands.EditCommandContext) offset: 0xE6
  571.  -ActiproSoftware.SyntaxEditor.MacroRecording Boolean RaiseEditCommand(ActiproSoftware.SyntaxEditor.Commands.EditCommand, ActiproSoftware.SyntaxEditor.Commands.EditCommandContext) offset: 0x30
  572.  -ActiproSoftware.SyntaxEditor.SyntaxEditor Boolean PerformKeyTyping(ActiproSoftware.SyntaxEditor.EditorView, System.Windows.Forms.Keys, Char, Boolean) offset: 0x14E
  573.  -ActiproSoftware.SyntaxEditor.SyntaxEditor Void OnKeyPress(System.Windows.Forms.KeyPressEventArgs) offset: 0xAB
  574.  -LINQPad.UI.QueryEditor Void OnKeyPress(System.Windows.Forms.KeyPressEventArgs) offset: 0x22
  575.  -System.Windows.Forms.Control Boolean ProcessKeyEventArgs(System.Windows.Forms.Message ByRef) offset: 0x146
  576.  -System.Windows.Forms.Control Void WndProc(System.Windows.Forms.Message ByRef) offset: 0x778
  577.  -System.Windows.Forms.ScrollableControl Void WndProc(System.Windows.Forms.Message ByRef) offset: 0x3B
  578.  -ActiproSoftware.SyntaxEditor.SyntaxEditor Void WndProc(System.Windows.Forms.Message ByRef) offset: 0x92
  579.  -System.Windows.Forms.Control+ControlNativeWindow Void WndProc(System.Windows.Forms.Message ByRef) offset: 0x85
  580.  -System.Windows.Forms.NativeWindow IntPtr Callback(IntPtr, WM, IntPtr, IntPtr) offset: 0x6A
  581. ========================================================================================================================
  582.  
  583. 7.7.3 (X64) 2023-02-20T21:18:04.4585514-08:00 GuiAppHost
  584. [MainThread] UriFormatException - Invalid URI: The format of the URI could not be determined.
  585. Source=System.Private.Uri
  586.  
  587.  -System.Uri Void CreateThis(System.String, Boolean, System.UriKind, System.UriCreationOptions ByRef) offset: 0x88
  588.  -System.Uri Void .ctor(System.String) offset: 0x13
  589.  -LINQPad.LanguageServices.LinqReference System.String FindFile(System.String, System.String) offset: 0xE8
  590.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference Resolve(System.String, Boolean, System.String, Int32, System.String) offset: 0x1D
  591.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference[] ResolveWithWildcard(System.String, System.String, Int32) offset: 0x189
  592.  -LINQPad.QueryCore+<>c__DisplayClass132_0 System.Collections.Generic.IEnumerable`1[LINQPad.LanguageServices.LinqReference] <get_ResolvedLinqReferences>b__0(System.String) offset: 0xC
  593.  -System.Linq.Enumerable+SelectManySingleSelectorIterator`2 Boolean MoveNext() offset: 0x0
  594.  -System.Collections.Generic.HashSet`1 Void UnionWith(System.Collections.Generic.IEnumerable`1[T]) offset: 0x38
  595.  -System.Collections.Generic.HashSet`1 Void .ctor(System.Collections.Generic.IEnumerable`1[T], System.Collections.Generic.IEqualityComparer`1[T]) offset: 0xA
  596.  -System.Linq.Enumerable+DistinctIterator`1 TSource[] ToArray() offset: 0x11
  597.  -LINQPad.QueryCore LINQPad.LanguageServices.LinqReference[] get_ResolvedLinqReferences() offset: 0xAA
  598.  -LINQPad.ReferenceSet LINQPad.ReferenceSet Get(LINQPad.Extensibility.DataContext.DCDriverLoader, LINQPad.Repository, LINQPad.QueryCore, System.String, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x34
  599.  -LINQPad.ReferenceSet LINQPad.ReferenceSet ForQuery(LINQPad.QueryCore, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x18
  600.  -LINQPad.QueryCore LINQPad.ReferenceSet get_CombinedQueryReferences() offset: 0xA2
  601.  -LINQPad.QueryCore LINQPad.QueryCore CloneForCompilation(Boolean) offset: 0x1A8
  602.  -LINQPad.QueryCore LINQPad.ExecutionModel.QueryCompiler GetCompiler(Boolean, Boolean) offset: 0xFF
  603.  -LINQPad.DocumentManager Void CheckForChange(Boolean, ActiproSoftware.SyntaxEditor.Caret) offset: 0x15F
  604.  -LINQPad.UI.QueryControl Void _query_QueryChanged(System.Object, LINQPad.QueryChangedEventArgs) offset: 0x33
  605.  -LINQPad.QueryCore Void OnQueryChanged(Boolean, LINQPad.QueryChangedEventArgs) offset: 0xFF
  606.  -LINQPad.RunnableQuery Void OnQueryChanged(Boolean, LINQPad.QueryChangedEventArgs) offset: 0xD
  607.  -LINQPad.QueryCore+ChangeTx Void Dispose() offset: 0x31
  608.  -LINQPad.UI.QueryControl Void document_TextChanged(System.Object, ActiproSoftware.SyntaxEditor.DocumentModificationEventArgs) offset: 0xCC
  609.  -ActiproSoftware.SyntaxEditor.Document Boolean BasicModification(ActiproSoftware.SyntaxEditor.DocumentModification, Boolean) offset: 0x5BC
  610.  -ActiproSoftware.SyntaxEditor.EditorView Boolean BasicReplaceSelectedText(ActiproSoftware.SyntaxEditor.DocumentModificationType, System.String, ActiproSoftware.SyntaxEditor.DocumentModificationOptions, System.Func`3[System.Int32,ActiproSoftware.Drawing.Range,ActiproSoftware.Drawing.Range]) offset: 0x68E
  611.  -ActiproSoftware.SyntaxEditor.Commands.TypingCommand Void Execute(ActiproSoftware.SyntaxEditor.Commands.EditCommandContext) offset: 0xE6
  612.  -ActiproSoftware.SyntaxEditor.MacroRecording Boolean RaiseEditCommand(ActiproSoftware.SyntaxEditor.Commands.EditCommand, ActiproSoftware.SyntaxEditor.Commands.EditCommandContext) offset: 0x30
  613.  -ActiproSoftware.SyntaxEditor.SyntaxEditor Boolean PerformKeyTyping(ActiproSoftware.SyntaxEditor.EditorView, System.Windows.Forms.Keys, Char, Boolean) offset: 0x14E
  614.  -ActiproSoftware.SyntaxEditor.SyntaxEditor Void OnKeyPress(System.Windows.Forms.KeyPressEventArgs) offset: 0xAB
  615.  -LINQPad.UI.QueryEditor Void OnKeyPress(System.Windows.Forms.KeyPressEventArgs) offset: 0x22
  616.  -System.Windows.Forms.Control Boolean ProcessKeyEventArgs(System.Windows.Forms.Message ByRef) offset: 0x146
  617.  -System.Windows.Forms.Control Void WndProc(System.Windows.Forms.Message ByRef) offset: 0x778
  618.  -System.Windows.Forms.ScrollableControl Void WndProc(System.Windows.Forms.Message ByRef) offset: 0x3B
  619.  -ActiproSoftware.SyntaxEditor.SyntaxEditor Void WndProc(System.Windows.Forms.Message ByRef) offset: 0x92
  620.  -System.Windows.Forms.Control+ControlNativeWindow Void WndProc(System.Windows.Forms.Message ByRef) offset: 0x85
  621.  -System.Windows.Forms.NativeWindow IntPtr Callback(IntPtr, WM, IntPtr, IntPtr) offset: 0x6A
  622. ========================================================================================================================
  623.  
  624. 7.7.3 (X64) 2023-02-20T21:18:04.6601144-08:00 GuiAppHost
  625. [MainThread] UriFormatException - Invalid URI: The format of the URI could not be determined.
  626. Source=System.Private.Uri
  627.  
  628.  -System.Uri Void CreateThis(System.String, Boolean, System.UriKind, System.UriCreationOptions ByRef) offset: 0x88
  629.  -System.Uri Void .ctor(System.String) offset: 0x13
  630.  -LINQPad.LanguageServices.LinqReference System.String FindFile(System.String, System.String) offset: 0xE8
  631.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference Resolve(System.String, Boolean, System.String, Int32, System.String) offset: 0x1D
  632.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference[] ResolveWithWildcard(System.String, System.String, Int32) offset: 0x189
  633.  -LINQPad.QueryCore+<>c__DisplayClass132_0 System.Collections.Generic.IEnumerable`1[LINQPad.LanguageServices.LinqReference] <get_ResolvedLinqReferences>b__0(System.String) offset: 0xC
  634.  -System.Linq.Enumerable+SelectManySingleSelectorIterator`2 Boolean MoveNext() offset: 0x0
  635.  -System.Collections.Generic.HashSet`1 Void UnionWith(System.Collections.Generic.IEnumerable`1[T]) offset: 0x38
  636.  -System.Collections.Generic.HashSet`1 Void .ctor(System.Collections.Generic.IEnumerable`1[T], System.Collections.Generic.IEqualityComparer`1[T]) offset: 0xA
  637.  -System.Linq.Enumerable+DistinctIterator`1 TSource[] ToArray() offset: 0x11
  638.  -LINQPad.QueryCore LINQPad.LanguageServices.LinqReference[] get_ResolvedLinqReferences() offset: 0xAA
  639.  -LINQPad.ReferenceSet LINQPad.ReferenceSet Get(LINQPad.Extensibility.DataContext.DCDriverLoader, LINQPad.Repository, LINQPad.QueryCore, System.String, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x34
  640.  -LINQPad.ReferenceSet LINQPad.ReferenceSet ForQuery(LINQPad.QueryCore, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x18
  641.  -LINQPad.QueryCore LINQPad.ReferenceSet get_CombinedQueryReferences() offset: 0xA2
  642.  -LINQPad.QueryCore LINQPad.QueryCore CloneForCompilation(Boolean) offset: 0x1A8
  643.  -LINQPad.QueryCore LINQPad.ExecutionModel.QueryCompiler GetCompiler(Boolean, Boolean) offset: 0xFF
  644.  -LINQPad.UI.QueryEditor+<CheckSuggestionsSmartTagAtCaret>d__143 Void MoveNext() offset: 0x12A
  645.  -System.Runtime.ExceptionServices.ExceptionDispatchInfo Void Throw() offset: 0x11
  646. ========================================================================================================================
  647.  
  648. 7.7.3 (X64) 2023-02-20T21:18:04.6613651-08:00 GuiAppHost
  649. [MainThread] UriFormatException - Invalid URI: The format of the URI could not be determined.
  650. Source=System.Private.Uri
  651.  
  652.  -System.Uri Void CreateThis(System.String, Boolean, System.UriKind, System.UriCreationOptions ByRef) offset: 0x88
  653.  -System.Uri Void .ctor(System.String) offset: 0x13
  654.  -LINQPad.LanguageServices.LinqReference System.String FindFile(System.String, System.String) offset: 0xE8
  655.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference Resolve(System.String, Boolean, System.String, Int32, System.String) offset: 0x1D
  656.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference[] ResolveWithWildcard(System.String, System.String, Int32) offset: 0x189
  657.  -LINQPad.QueryCore+<>c__DisplayClass132_0 System.Collections.Generic.IEnumerable`1[LINQPad.LanguageServices.LinqReference] <get_ResolvedLinqReferences>b__0(System.String) offset: 0xC
  658.  -System.Linq.Enumerable+SelectManySingleSelectorIterator`2 Boolean MoveNext() offset: 0x0
  659.  -System.Collections.Generic.HashSet`1 Void UnionWith(System.Collections.Generic.IEnumerable`1[T]) offset: 0x38
  660.  -System.Collections.Generic.HashSet`1 Void .ctor(System.Collections.Generic.IEnumerable`1[T], System.Collections.Generic.IEqualityComparer`1[T]) offset: 0xA
  661.  -System.Linq.Enumerable+DistinctIterator`1 TSource[] ToArray() offset: 0x11
  662.  -LINQPad.QueryCore LINQPad.LanguageServices.LinqReference[] get_ResolvedLinqReferences() offset: 0xAA
  663.  -LINQPad.ReferenceSet LINQPad.ReferenceSet Get(LINQPad.Extensibility.DataContext.DCDriverLoader, LINQPad.Repository, LINQPad.QueryCore, System.String, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x34
  664.  -LINQPad.ReferenceSet LINQPad.ReferenceSet ForQuery(LINQPad.QueryCore, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x18
  665.  -LINQPad.QueryCore LINQPad.ReferenceSet get_CombinedQueryReferences() offset: 0xA2
  666.  -LINQPad.QueryCore LINQPad.QueryCore CloneForCompilation(Boolean) offset: 0x1A8
  667.  -LINQPad.QueryCore LINQPad.ExecutionModel.QueryCompiler GetCompiler(Boolean, Boolean) offset: 0xFF
  668.  -LINQPad.UI.QueryEditor+<UpdateSameSymbolHighlight>d__140 Void MoveNext() offset: 0x15E
  669.  -System.Runtime.ExceptionServices.ExceptionDispatchInfo Void Throw() offset: 0x11
  670. ========================================================================================================================
  671.  
  672. 7.7.3 (X64) 2023-02-20T21:18:05.8695645-08:00 GuiAppHost
  673. [MainThread] UriFormatException - Invalid URI: The format of the URI could not be determined.
  674. Source=System.Private.Uri
  675.  
  676.  -System.Uri Void CreateThis(System.String, Boolean, System.UriKind, System.UriCreationOptions ByRef) offset: 0x88
  677.  -System.Uri Void .ctor(System.String) offset: 0x13
  678.  -LINQPad.LanguageServices.LinqReference System.String FindFile(System.String, System.String) offset: 0xE8
  679.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference Resolve(System.String, Boolean, System.String, Int32, System.String) offset: 0x1D
  680.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference[] ResolveWithWildcard(System.String, System.String, Int32) offset: 0x189
  681.  -LINQPad.QueryCore+<>c__DisplayClass132_0 System.Collections.Generic.IEnumerable`1[LINQPad.LanguageServices.LinqReference] <get_ResolvedLinqReferences>b__0(System.String) offset: 0xC
  682.  -System.Linq.Enumerable+SelectManySingleSelectorIterator`2 Boolean MoveNext() offset: 0x0
  683.  -System.Collections.Generic.HashSet`1 Void UnionWith(System.Collections.Generic.IEnumerable`1[T]) offset: 0x38
  684.  -System.Collections.Generic.HashSet`1 Void .ctor(System.Collections.Generic.IEnumerable`1[T], System.Collections.Generic.IEqualityComparer`1[T]) offset: 0xA
  685.  -System.Linq.Enumerable+DistinctIterator`1 TSource[] ToArray() offset: 0x11
  686.  -LINQPad.QueryCore LINQPad.LanguageServices.LinqReference[] get_ResolvedLinqReferences() offset: 0xAA
  687.  -LINQPad.ReferenceSet LINQPad.ReferenceSet Get(LINQPad.Extensibility.DataContext.DCDriverLoader, LINQPad.Repository, LINQPad.QueryCore, System.String, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x34
  688.  -LINQPad.ReferenceSet LINQPad.ReferenceSet ForQuery(LINQPad.QueryCore, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x18
  689.  -LINQPad.QueryCore LINQPad.ReferenceSet get_CombinedQueryReferences() offset: 0xA2
  690.  -LINQPad.QueryCore LINQPad.QueryCore CloneForCompilation(Boolean) offset: 0x1A8
  691.  -LINQPad.QueryCore LINQPad.ExecutionModel.QueryCompiler GetCompiler(Boolean, Boolean) offset: 0xFF
  692.  -LINQPad.DocumentManager Void CheckForChange(Boolean, ActiproSoftware.SyntaxEditor.Caret) offset: 0x15F
  693.  -LINQPad.UI.QueryControl Void _query_QueryChanged(System.Object, LINQPad.QueryChangedEventArgs) offset: 0x33
  694.  -LINQPad.QueryCore Void OnQueryChanged(Boolean, LINQPad.QueryChangedEventArgs) offset: 0xFF
  695.  -LINQPad.RunnableQuery Void OnQueryChanged(Boolean, LINQPad.QueryChangedEventArgs) offset: 0xD
  696.  -LINQPad.QueryCore+ChangeTx Void Dispose() offset: 0x31
  697.  -LINQPad.UI.QueryControl Void document_TextChanged(System.Object, ActiproSoftware.SyntaxEditor.DocumentModificationEventArgs) offset: 0xCC
  698.  -ActiproSoftware.SyntaxEditor.Document Boolean BasicModification(ActiproSoftware.SyntaxEditor.DocumentModification, Boolean) offset: 0x5BC
  699.  -ActiproSoftware.SyntaxEditor.EditorView Boolean BasicReplaceSelectedText(ActiproSoftware.SyntaxEditor.DocumentModificationType, System.String, ActiproSoftware.SyntaxEditor.DocumentModificationOptions, System.Func`3[System.Int32,ActiproSoftware.Drawing.Range,ActiproSoftware.Drawing.Range]) offset: 0x68E
  700.  -ActiproSoftware.SyntaxEditor.Commands.TypingCommand Void Execute(ActiproSoftware.SyntaxEditor.Commands.EditCommandContext) offset: 0xE6
  701.  -ActiproSoftware.SyntaxEditor.MacroRecording Boolean RaiseEditCommand(ActiproSoftware.SyntaxEditor.Commands.EditCommand, ActiproSoftware.SyntaxEditor.Commands.EditCommandContext) offset: 0x30
  702.  -ActiproSoftware.SyntaxEditor.SyntaxEditor Boolean PerformKeyTyping(ActiproSoftware.SyntaxEditor.EditorView, System.Windows.Forms.Keys, Char, Boolean) offset: 0x14E
  703.  -ActiproSoftware.SyntaxEditor.SyntaxEditor Void OnKeyPress(System.Windows.Forms.KeyPressEventArgs) offset: 0xAB
  704.  -LINQPad.UI.QueryEditor Void OnKeyPress(System.Windows.Forms.KeyPressEventArgs) offset: 0x22
  705.  -System.Windows.Forms.Control Boolean ProcessKeyEventArgs(System.Windows.Forms.Message ByRef) offset: 0x146
  706.  -System.Windows.Forms.Control Void WndProc(System.Windows.Forms.Message ByRef) offset: 0x778
  707.  -System.Windows.Forms.ScrollableControl Void WndProc(System.Windows.Forms.Message ByRef) offset: 0x3B
  708.  -ActiproSoftware.SyntaxEditor.SyntaxEditor Void WndProc(System.Windows.Forms.Message ByRef) offset: 0x92
  709.  -System.Windows.Forms.Control+ControlNativeWindow Void WndProc(System.Windows.Forms.Message ByRef) offset: 0x85
  710.  -System.Windows.Forms.NativeWindow IntPtr Callback(IntPtr, WM, IntPtr, IntPtr) offset: 0x6A
  711. ========================================================================================================================
  712.  
  713. 7.7.3 (X64) 2023-02-20T21:18:06.0755549-08:00 GuiAppHost
  714. [MainThread] UriFormatException - Invalid URI: The format of the URI could not be determined.
  715. Source=System.Private.Uri
  716.  
  717.  -System.Uri Void CreateThis(System.String, Boolean, System.UriKind, System.UriCreationOptions ByRef) offset: 0x88
  718.  -System.Uri Void .ctor(System.String) offset: 0x13
  719.  -LINQPad.LanguageServices.LinqReference System.String FindFile(System.String, System.String) offset: 0xE8
  720.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference Resolve(System.String, Boolean, System.String, Int32, System.String) offset: 0x1D
  721.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference[] ResolveWithWildcard(System.String, System.String, Int32) offset: 0x189
  722.  -LINQPad.QueryCore+<>c__DisplayClass132_0 System.Collections.Generic.IEnumerable`1[LINQPad.LanguageServices.LinqReference] <get_ResolvedLinqReferences>b__0(System.String) offset: 0xC
  723.  -System.Linq.Enumerable+SelectManySingleSelectorIterator`2 Boolean MoveNext() offset: 0x0
  724.  -System.Collections.Generic.HashSet`1 Void UnionWith(System.Collections.Generic.IEnumerable`1[T]) offset: 0x38
  725.  -System.Collections.Generic.HashSet`1 Void .ctor(System.Collections.Generic.IEnumerable`1[T], System.Collections.Generic.IEqualityComparer`1[T]) offset: 0xA
  726.  -System.Linq.Enumerable+DistinctIterator`1 TSource[] ToArray() offset: 0x11
  727.  -LINQPad.QueryCore LINQPad.LanguageServices.LinqReference[] get_ResolvedLinqReferences() offset: 0xAA
  728.  -LINQPad.ReferenceSet LINQPad.ReferenceSet Get(LINQPad.Extensibility.DataContext.DCDriverLoader, LINQPad.Repository, LINQPad.QueryCore, System.String, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x34
  729.  -LINQPad.ReferenceSet LINQPad.ReferenceSet ForQuery(LINQPad.QueryCore, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x18
  730.  -LINQPad.QueryCore LINQPad.ReferenceSet get_CombinedQueryReferences() offset: 0xA2
  731.  -LINQPad.QueryCore LINQPad.QueryCore CloneForCompilation(Boolean) offset: 0x1A8
  732.  -LINQPad.QueryCore LINQPad.ExecutionModel.QueryCompiler GetCompiler(Boolean, Boolean) offset: 0xFF
  733.  -LINQPad.UI.QueryEditor+<UpdateSameSymbolHighlight>d__140 Void MoveNext() offset: 0x15E
  734.  -System.Runtime.ExceptionServices.ExceptionDispatchInfo Void Throw() offset: 0x11
  735. ========================================================================================================================
  736.  
  737. 7.7.3 (X64) 2023-02-20T21:18:06.0767586-08:00 GuiAppHost
  738. [MainThread] UriFormatException - Invalid URI: The format of the URI could not be determined.
  739. Source=System.Private.Uri
  740.  
  741.  -System.Uri Void CreateThis(System.String, Boolean, System.UriKind, System.UriCreationOptions ByRef) offset: 0x88
  742.  -System.Uri Void .ctor(System.String) offset: 0x13
  743.  -LINQPad.LanguageServices.LinqReference System.String FindFile(System.String, System.String) offset: 0xE8
  744.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference Resolve(System.String, Boolean, System.String, Int32, System.String) offset: 0x1D
  745.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference[] ResolveWithWildcard(System.String, System.String, Int32) offset: 0x189
  746.  -LINQPad.QueryCore+<>c__DisplayClass132_0 System.Collections.Generic.IEnumerable`1[LINQPad.LanguageServices.LinqReference] <get_ResolvedLinqReferences>b__0(System.String) offset: 0xC
  747.  -System.Linq.Enumerable+SelectManySingleSelectorIterator`2 Boolean MoveNext() offset: 0x0
  748.  -System.Collections.Generic.HashSet`1 Void UnionWith(System.Collections.Generic.IEnumerable`1[T]) offset: 0x38
  749.  -System.Collections.Generic.HashSet`1 Void .ctor(System.Collections.Generic.IEnumerable`1[T], System.Collections.Generic.IEqualityComparer`1[T]) offset: 0xA
  750.  -System.Linq.Enumerable+DistinctIterator`1 TSource[] ToArray() offset: 0x11
  751.  -LINQPad.QueryCore LINQPad.LanguageServices.LinqReference[] get_ResolvedLinqReferences() offset: 0xAA
  752.  -LINQPad.ReferenceSet LINQPad.ReferenceSet Get(LINQPad.Extensibility.DataContext.DCDriverLoader, LINQPad.Repository, LINQPad.QueryCore, System.String, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x34
  753.  -LINQPad.ReferenceSet LINQPad.ReferenceSet ForQuery(LINQPad.QueryCore, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x18
  754.  -LINQPad.QueryCore LINQPad.ReferenceSet get_CombinedQueryReferences() offset: 0xA2
  755.  -LINQPad.QueryCore LINQPad.QueryCore CloneForCompilation(Boolean) offset: 0x1A8
  756.  -LINQPad.QueryCore LINQPad.ExecutionModel.QueryCompiler GetCompiler(Boolean, Boolean) offset: 0xFF
  757.  -LINQPad.UI.QueryEditor+<CheckSuggestionsSmartTagAtCaret>d__143 Void MoveNext() offset: 0x12A
  758.  -System.Runtime.ExceptionServices.ExceptionDispatchInfo Void Throw() offset: 0x11
  759. ========================================================================================================================
  760.  
  761. 7.7.3 (X64) 2023-02-20T21:18:06.5760364-08:00 GuiAppHost
  762. [MainThread] UriFormatException - Invalid URI: The format of the URI could not be determined.
  763. Source=System.Private.Uri
  764.  
  765.  -System.Uri Void CreateThis(System.String, Boolean, System.UriKind, System.UriCreationOptions ByRef) offset: 0x88
  766.  -System.Uri Void .ctor(System.String) offset: 0x13
  767.  -LINQPad.LanguageServices.LinqReference System.String FindFile(System.String, System.String) offset: 0xE8
  768.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference Resolve(System.String, Boolean, System.String, Int32, System.String) offset: 0x1D
  769.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference[] ResolveWithWildcard(System.String, System.String, Int32) offset: 0x189
  770.  -LINQPad.QueryCore+<>c__DisplayClass132_0 System.Collections.Generic.IEnumerable`1[LINQPad.LanguageServices.LinqReference] <get_ResolvedLinqReferences>b__0(System.String) offset: 0xC
  771.  -System.Linq.Enumerable+SelectManySingleSelectorIterator`2 Boolean MoveNext() offset: 0x0
  772.  -System.Collections.Generic.HashSet`1 Void UnionWith(System.Collections.Generic.IEnumerable`1[T]) offset: 0x38
  773.  -System.Collections.Generic.HashSet`1 Void .ctor(System.Collections.Generic.IEnumerable`1[T], System.Collections.Generic.IEqualityComparer`1[T]) offset: 0xA
  774.  -System.Linq.Enumerable+DistinctIterator`1 TSource[] ToArray() offset: 0x11
  775.  -LINQPad.QueryCore LINQPad.LanguageServices.LinqReference[] get_ResolvedLinqReferences() offset: 0xAA
  776.  -LINQPad.ReferenceSet LINQPad.ReferenceSet Get(LINQPad.Extensibility.DataContext.DCDriverLoader, LINQPad.Repository, LINQPad.QueryCore, System.String, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x34
  777.  -LINQPad.ReferenceSet LINQPad.ReferenceSet ForQuery(LINQPad.QueryCore, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x18
  778.  -LINQPad.QueryCore LINQPad.ReferenceSet get_CombinedQueryReferences() offset: 0xA2
  779.  -LINQPad.QueryCore LINQPad.QueryCore CloneForCompilation(Boolean) offset: 0x1A8
  780.  -LINQPad.QueryCore LINQPad.ExecutionModel.QueryCompiler GetCompiler(Boolean, Boolean) offset: 0xFF
  781.  -LINQPad.DocumentManager Void CheckForChange(Boolean, ActiproSoftware.SyntaxEditor.Caret) offset: 0x15F
  782.  -LINQPad.UI.QueryControl Void _query_QueryChanged(System.Object, LINQPad.QueryChangedEventArgs) offset: 0x33
  783.  -LINQPad.QueryCore Void OnQueryChanged(Boolean, LINQPad.QueryChangedEventArgs) offset: 0xFF
  784.  -LINQPad.RunnableQuery Void OnQueryChanged(Boolean, LINQPad.QueryChangedEventArgs) offset: 0xD
  785.  -LINQPad.QueryCore+ChangeTx Void Dispose() offset: 0x31
  786.  -LINQPad.UI.QueryControl Void document_TextChanged(System.Object, ActiproSoftware.SyntaxEditor.DocumentModificationEventArgs) offset: 0xCC
  787.  -ActiproSoftware.SyntaxEditor.Document Boolean BasicModification(ActiproSoftware.SyntaxEditor.DocumentModification, Boolean) offset: 0x5BC
  788.  -ActiproSoftware.SyntaxEditor.EditorView Boolean BasicReplaceSelectedText(ActiproSoftware.SyntaxEditor.DocumentModificationType, System.String, ActiproSoftware.SyntaxEditor.DocumentModificationOptions, System.Func`3[System.Int32,ActiproSoftware.Drawing.Range,ActiproSoftware.Drawing.Range]) offset: 0x68E
  789.  -ActiproSoftware.SyntaxEditor.Commands.TypingCommand Void Execute(ActiproSoftware.SyntaxEditor.Commands.EditCommandContext) offset: 0xE6
  790.  -ActiproSoftware.SyntaxEditor.MacroRecording Boolean RaiseEditCommand(ActiproSoftware.SyntaxEditor.Commands.EditCommand, ActiproSoftware.SyntaxEditor.Commands.EditCommandContext) offset: 0x30
  791.  -ActiproSoftware.SyntaxEditor.SyntaxEditor Boolean PerformKeyTyping(ActiproSoftware.SyntaxEditor.EditorView, System.Windows.Forms.Keys, Char, Boolean) offset: 0x14E
  792.  -ActiproSoftware.SyntaxEditor.SyntaxEditor Void OnKeyPress(System.Windows.Forms.KeyPressEventArgs) offset: 0xAB
  793.  -LINQPad.UI.QueryEditor Void OnKeyPress(System.Windows.Forms.KeyPressEventArgs) offset: 0x22
  794.  -System.Windows.Forms.Control Boolean ProcessKeyEventArgs(System.Windows.Forms.Message ByRef) offset: 0x146
  795.  -System.Windows.Forms.Control Void WndProc(System.Windows.Forms.Message ByRef) offset: 0x778
  796.  -System.Windows.Forms.ScrollableControl Void WndProc(System.Windows.Forms.Message ByRef) offset: 0x3B
  797.  -ActiproSoftware.SyntaxEditor.SyntaxEditor Void WndProc(System.Windows.Forms.Message ByRef) offset: 0x92
  798.  -System.Windows.Forms.Control+ControlNativeWindow Void WndProc(System.Windows.Forms.Message ByRef) offset: 0x85
  799.  -System.Windows.Forms.NativeWindow IntPtr Callback(IntPtr, WM, IntPtr, IntPtr) offset: 0x6A
  800. ========================================================================================================================
  801.  
  802. 7.7.3 (X64) 2023-02-20T21:18:06.7836097-08:00 GuiAppHost
  803. [MainThread] UriFormatException - Invalid URI: The format of the URI could not be determined.
  804. Source=System.Private.Uri
  805.  
  806.  -System.Uri Void CreateThis(System.String, Boolean, System.UriKind, System.UriCreationOptions ByRef) offset: 0x88
  807.  -System.Uri Void .ctor(System.String) offset: 0x13
  808.  -LINQPad.LanguageServices.LinqReference System.String FindFile(System.String, System.String) offset: 0xE8
  809.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference Resolve(System.String, Boolean, System.String, Int32, System.String) offset: 0x1D
  810.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference[] ResolveWithWildcard(System.String, System.String, Int32) offset: 0x189
  811.  -LINQPad.QueryCore+<>c__DisplayClass132_0 System.Collections.Generic.IEnumerable`1[LINQPad.LanguageServices.LinqReference] <get_ResolvedLinqReferences>b__0(System.String) offset: 0xC
  812.  -System.Linq.Enumerable+SelectManySingleSelectorIterator`2 Boolean MoveNext() offset: 0x0
  813.  -System.Collections.Generic.HashSet`1 Void UnionWith(System.Collections.Generic.IEnumerable`1[T]) offset: 0x38
  814.  -System.Collections.Generic.HashSet`1 Void .ctor(System.Collections.Generic.IEnumerable`1[T], System.Collections.Generic.IEqualityComparer`1[T]) offset: 0xA
  815.  -System.Linq.Enumerable+DistinctIterator`1 TSource[] ToArray() offset: 0x11
  816.  -LINQPad.QueryCore LINQPad.LanguageServices.LinqReference[] get_ResolvedLinqReferences() offset: 0xAA
  817.  -LINQPad.ReferenceSet LINQPad.ReferenceSet Get(LINQPad.Extensibility.DataContext.DCDriverLoader, LINQPad.Repository, LINQPad.QueryCore, System.String, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x34
  818.  -LINQPad.ReferenceSet LINQPad.ReferenceSet ForQuery(LINQPad.QueryCore, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x18
  819.  -LINQPad.QueryCore LINQPad.ReferenceSet get_CombinedQueryReferences() offset: 0xA2
  820.  -LINQPad.QueryCore LINQPad.QueryCore CloneForCompilation(Boolean) offset: 0x1A8
  821.  -LINQPad.QueryCore LINQPad.ExecutionModel.QueryCompiler GetCompiler(Boolean, Boolean) offset: 0xFF
  822.  -LINQPad.UI.QueryEditor+<CheckSuggestionsSmartTagAtCaret>d__143 Void MoveNext() offset: 0x12A
  823.  -System.Runtime.ExceptionServices.ExceptionDispatchInfo Void Throw() offset: 0x11
  824. ========================================================================================================================
  825.  
  826. 7.7.3 (X64) 2023-02-20T21:18:06.7848694-08:00 GuiAppHost
  827. [MainThread] UriFormatException - Invalid URI: The format of the URI could not be determined.
  828. Source=System.Private.Uri
  829.  
  830.  -System.Uri Void CreateThis(System.String, Boolean, System.UriKind, System.UriCreationOptions ByRef) offset: 0x88
  831.  -System.Uri Void .ctor(System.String) offset: 0x13
  832.  -LINQPad.LanguageServices.LinqReference System.String FindFile(System.String, System.String) offset: 0xE8
  833.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference Resolve(System.String, Boolean, System.String, Int32, System.String) offset: 0x1D
  834.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference[] ResolveWithWildcard(System.String, System.String, Int32) offset: 0x189
  835.  -LINQPad.QueryCore+<>c__DisplayClass132_0 System.Collections.Generic.IEnumerable`1[LINQPad.LanguageServices.LinqReference] <get_ResolvedLinqReferences>b__0(System.String) offset: 0xC
  836.  -System.Linq.Enumerable+SelectManySingleSelectorIterator`2 Boolean MoveNext() offset: 0x0
  837.  -System.Collections.Generic.HashSet`1 Void UnionWith(System.Collections.Generic.IEnumerable`1[T]) offset: 0x38
  838.  -System.Collections.Generic.HashSet`1 Void .ctor(System.Collections.Generic.IEnumerable`1[T], System.Collections.Generic.IEqualityComparer`1[T]) offset: 0xA
  839.  -System.Linq.Enumerable+DistinctIterator`1 TSource[] ToArray() offset: 0x11
  840.  -LINQPad.QueryCore LINQPad.LanguageServices.LinqReference[] get_ResolvedLinqReferences() offset: 0xAA
  841.  -LINQPad.ReferenceSet LINQPad.ReferenceSet Get(LINQPad.Extensibility.DataContext.DCDriverLoader, LINQPad.Repository, LINQPad.QueryCore, System.String, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x34
  842.  -LINQPad.ReferenceSet LINQPad.ReferenceSet ForQuery(LINQPad.QueryCore, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x18
  843.  -LINQPad.QueryCore LINQPad.ReferenceSet get_CombinedQueryReferences() offset: 0xA2
  844.  -LINQPad.QueryCore LINQPad.QueryCore CloneForCompilation(Boolean) offset: 0x1A8
  845.  -LINQPad.QueryCore LINQPad.ExecutionModel.QueryCompiler GetCompiler(Boolean, Boolean) offset: 0xFF
  846.  -LINQPad.UI.QueryEditor+<UpdateSameSymbolHighlight>d__140 Void MoveNext() offset: 0x15E
  847.  -System.Runtime.ExceptionServices.ExceptionDispatchInfo Void Throw() offset: 0x11
  848. ========================================================================================================================
  849.  
  850. 7.7.3 (X64) 2023-02-20T21:18:07.0443357-08:00 GuiAppHost
  851. [MainThread] UriFormatException - Invalid URI: The format of the URI could not be determined.
  852. Source=System.Private.Uri
  853.  
  854.  -System.Uri Void CreateThis(System.String, Boolean, System.UriKind, System.UriCreationOptions ByRef) offset: 0x88
  855.  -System.Uri Void .ctor(System.String) offset: 0x13
  856.  -LINQPad.LanguageServices.LinqReference System.String FindFile(System.String, System.String) offset: 0xE8
  857.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference Resolve(System.String, Boolean, System.String, Int32, System.String) offset: 0x1D
  858.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference[] ResolveWithWildcard(System.String, System.String, Int32) offset: 0x189
  859.  -LINQPad.QueryCore+<>c__DisplayClass132_0 System.Collections.Generic.IEnumerable`1[LINQPad.LanguageServices.LinqReference] <get_ResolvedLinqReferences>b__0(System.String) offset: 0xC
  860.  -System.Linq.Enumerable+SelectManySingleSelectorIterator`2 Boolean MoveNext() offset: 0x0
  861.  -System.Collections.Generic.HashSet`1 Void UnionWith(System.Collections.Generic.IEnumerable`1[T]) offset: 0x38
  862.  -System.Collections.Generic.HashSet`1 Void .ctor(System.Collections.Generic.IEnumerable`1[T], System.Collections.Generic.IEqualityComparer`1[T]) offset: 0xA
  863.  -System.Linq.Enumerable+DistinctIterator`1 TSource[] ToArray() offset: 0x11
  864.  -LINQPad.QueryCore LINQPad.LanguageServices.LinqReference[] get_ResolvedLinqReferences() offset: 0xAA
  865.  -LINQPad.ReferenceSet LINQPad.ReferenceSet Get(LINQPad.Extensibility.DataContext.DCDriverLoader, LINQPad.Repository, LINQPad.QueryCore, System.String, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x34
  866.  -LINQPad.ReferenceSet LINQPad.ReferenceSet ForQuery(LINQPad.QueryCore, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x18
  867.  -LINQPad.QueryCore LINQPad.ReferenceSet get_CombinedQueryReferences() offset: 0xA2
  868.  -LINQPad.QueryCore LINQPad.QueryCore CloneForCompilation(Boolean) offset: 0x1A8
  869.  -LINQPad.QueryCore LINQPad.ExecutionModel.QueryCompiler GetCompiler(Boolean, Boolean) offset: 0xFF
  870.  -LINQPad.DocumentManager Void CheckForChange(Boolean, ActiproSoftware.SyntaxEditor.Caret) offset: 0x15F
  871.  -LINQPad.UI.QueryControl Void _query_QueryChanged(System.Object, LINQPad.QueryChangedEventArgs) offset: 0x33
  872.  -LINQPad.QueryCore Void OnQueryChanged(Boolean, LINQPad.QueryChangedEventArgs) offset: 0xFF
  873.  -LINQPad.RunnableQuery Void OnQueryChanged(Boolean, LINQPad.QueryChangedEventArgs) offset: 0xD
  874.  -LINQPad.QueryCore+ChangeTx Void Dispose() offset: 0x31
  875.  -LINQPad.UI.QueryControl Void document_TextChanged(System.Object, ActiproSoftware.SyntaxEditor.DocumentModificationEventArgs) offset: 0xCC
  876.  -ActiproSoftware.SyntaxEditor.Document Boolean BasicModification(ActiproSoftware.SyntaxEditor.DocumentModification, Boolean) offset: 0x5BC
  877.  -ActiproSoftware.SyntaxEditor.EditorView Boolean BasicReplaceSelectedText(ActiproSoftware.SyntaxEditor.DocumentModificationType, System.String, ActiproSoftware.SyntaxEditor.DocumentModificationOptions, System.Func`3[System.Int32,ActiproSoftware.Drawing.Range,ActiproSoftware.Drawing.Range]) offset: 0x68E
  878.  -ActiproSoftware.SyntaxEditor.Commands.TypingCommand Void Execute(ActiproSoftware.SyntaxEditor.Commands.EditCommandContext) offset: 0xE6
  879.  -ActiproSoftware.SyntaxEditor.MacroRecording Boolean RaiseEditCommand(ActiproSoftware.SyntaxEditor.Commands.EditCommand, ActiproSoftware.SyntaxEditor.Commands.EditCommandContext) offset: 0x30
  880.  -ActiproSoftware.SyntaxEditor.SyntaxEditor Boolean PerformKeyTyping(ActiproSoftware.SyntaxEditor.EditorView, System.Windows.Forms.Keys, Char, Boolean) offset: 0x14E
  881.  -ActiproSoftware.SyntaxEditor.SyntaxEditor Void OnKeyPress(System.Windows.Forms.KeyPressEventArgs) offset: 0xAB
  882.  -LINQPad.UI.QueryEditor Void OnKeyPress(System.Windows.Forms.KeyPressEventArgs) offset: 0x22
  883.  -System.Windows.Forms.Control Boolean ProcessKeyEventArgs(System.Windows.Forms.Message ByRef) offset: 0x146
  884.  -System.Windows.Forms.Control Void WndProc(System.Windows.Forms.Message ByRef) offset: 0x778
  885.  -System.Windows.Forms.ScrollableControl Void WndProc(System.Windows.Forms.Message ByRef) offset: 0x3B
  886.  -ActiproSoftware.SyntaxEditor.SyntaxEditor Void WndProc(System.Windows.Forms.Message ByRef) offset: 0x92
  887.  -System.Windows.Forms.Control+ControlNativeWindow Void WndProc(System.Windows.Forms.Message ByRef) offset: 0x85
  888.  -System.Windows.Forms.NativeWindow IntPtr Callback(IntPtr, WM, IntPtr, IntPtr) offset: 0x6A
  889. ========================================================================================================================
  890.  
  891. 7.7.3 (X64) 2023-02-20T21:18:07.2525572-08:00 GuiAppHost
  892. [MainThread] UriFormatException - Invalid URI: The format of the URI could not be determined.
  893. Source=System.Private.Uri
  894.  
  895.  -System.Uri Void CreateThis(System.String, Boolean, System.UriKind, System.UriCreationOptions ByRef) offset: 0x88
  896.  -System.Uri Void .ctor(System.String) offset: 0x13
  897.  -LINQPad.LanguageServices.LinqReference System.String FindFile(System.String, System.String) offset: 0xE8
  898.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference Resolve(System.String, Boolean, System.String, Int32, System.String) offset: 0x1D
  899.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference[] ResolveWithWildcard(System.String, System.String, Int32) offset: 0x189
  900.  -LINQPad.QueryCore+<>c__DisplayClass132_0 System.Collections.Generic.IEnumerable`1[LINQPad.LanguageServices.LinqReference] <get_ResolvedLinqReferences>b__0(System.String) offset: 0xC
  901.  -System.Linq.Enumerable+SelectManySingleSelectorIterator`2 Boolean MoveNext() offset: 0x0
  902.  -System.Collections.Generic.HashSet`1 Void UnionWith(System.Collections.Generic.IEnumerable`1[T]) offset: 0x38
  903.  -System.Collections.Generic.HashSet`1 Void .ctor(System.Collections.Generic.IEnumerable`1[T], System.Collections.Generic.IEqualityComparer`1[T]) offset: 0xA
  904.  -System.Linq.Enumerable+DistinctIterator`1 TSource[] ToArray() offset: 0x11
  905.  -LINQPad.QueryCore LINQPad.LanguageServices.LinqReference[] get_ResolvedLinqReferences() offset: 0xAA
  906.  -LINQPad.ReferenceSet LINQPad.ReferenceSet Get(LINQPad.Extensibility.DataContext.DCDriverLoader, LINQPad.Repository, LINQPad.QueryCore, System.String, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x34
  907.  -LINQPad.ReferenceSet LINQPad.ReferenceSet ForQuery(LINQPad.QueryCore, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x18
  908.  -LINQPad.QueryCore LINQPad.ReferenceSet get_CombinedQueryReferences() offset: 0xA2
  909.  -LINQPad.QueryCore LINQPad.QueryCore CloneForCompilation(Boolean) offset: 0x1A8
  910.  -LINQPad.QueryCore LINQPad.ExecutionModel.QueryCompiler GetCompiler(Boolean, Boolean) offset: 0xFF
  911.  -LINQPad.UI.QueryEditor+<UpdateSameSymbolHighlight>d__140 Void MoveNext() offset: 0x15E
  912.  -System.Runtime.ExceptionServices.ExceptionDispatchInfo Void Throw() offset: 0x11
  913. ========================================================================================================================
  914.  
  915. 7.7.3 (X64) 2023-02-20T21:18:07.2538246-08:00 GuiAppHost
  916. [MainThread] UriFormatException - Invalid URI: The format of the URI could not be determined.
  917. Source=System.Private.Uri
  918.  
  919.  -System.Uri Void CreateThis(System.String, Boolean, System.UriKind, System.UriCreationOptions ByRef) offset: 0x88
  920.  -System.Uri Void .ctor(System.String) offset: 0x13
  921.  -LINQPad.LanguageServices.LinqReference System.String FindFile(System.String, System.String) offset: 0xE8
  922.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference Resolve(System.String, Boolean, System.String, Int32, System.String) offset: 0x1D
  923.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference[] ResolveWithWildcard(System.String, System.String, Int32) offset: 0x189
  924.  -LINQPad.QueryCore+<>c__DisplayClass132_0 System.Collections.Generic.IEnumerable`1[LINQPad.LanguageServices.LinqReference] <get_ResolvedLinqReferences>b__0(System.String) offset: 0xC
  925.  -System.Linq.Enumerable+SelectManySingleSelectorIterator`2 Boolean MoveNext() offset: 0x0
  926.  -System.Collections.Generic.HashSet`1 Void UnionWith(System.Collections.Generic.IEnumerable`1[T]) offset: 0x38
  927.  -System.Collections.Generic.HashSet`1 Void .ctor(System.Collections.Generic.IEnumerable`1[T], System.Collections.Generic.IEqualityComparer`1[T]) offset: 0xA
  928.  -System.Linq.Enumerable+DistinctIterator`1 TSource[] ToArray() offset: 0x11
  929.  -LINQPad.QueryCore LINQPad.LanguageServices.LinqReference[] get_ResolvedLinqReferences() offset: 0xAA
  930.  -LINQPad.ReferenceSet LINQPad.ReferenceSet Get(LINQPad.Extensibility.DataContext.DCDriverLoader, LINQPad.Repository, LINQPad.QueryCore, System.String, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x34
  931.  -LINQPad.ReferenceSet LINQPad.ReferenceSet ForQuery(LINQPad.QueryCore, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x18
  932.  -LINQPad.QueryCore LINQPad.ReferenceSet get_CombinedQueryReferences() offset: 0xA2
  933.  -LINQPad.QueryCore LINQPad.QueryCore CloneForCompilation(Boolean) offset: 0x1A8
  934.  -LINQPad.QueryCore LINQPad.ExecutionModel.QueryCompiler GetCompiler(Boolean, Boolean) offset: 0xFF
  935.  -LINQPad.UI.QueryEditor+<CheckSuggestionsSmartTagAtCaret>d__143 Void MoveNext() offset: 0x12A
  936.  -System.Runtime.ExceptionServices.ExceptionDispatchInfo Void Throw() offset: 0x11
  937. ========================================================================================================================
  938.  
  939. 7.7.3 (X64) 2023-02-20T21:18:15.0759291-08:00 GuiAppHost
  940. [MainThread] UriFormatException - Invalid URI: The format of the URI could not be determined.
  941. Source=System.Private.Uri
  942.  
  943.  -System.Uri Void CreateThis(System.String, Boolean, System.UriKind, System.UriCreationOptions ByRef) offset: 0x88
  944.  -System.Uri Void .ctor(System.String) offset: 0x13
  945.  -LINQPad.LanguageServices.LinqReference System.String FindFile(System.String, System.String) offset: 0xE8
  946.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference Resolve(System.String, Boolean, System.String, Int32, System.String) offset: 0x1D
  947.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference[] ResolveWithWildcard(System.String, System.String, Int32) offset: 0x189
  948.  -LINQPad.QueryCore+<>c__DisplayClass132_0 System.Collections.Generic.IEnumerable`1[LINQPad.LanguageServices.LinqReference] <get_ResolvedLinqReferences>b__0(System.String) offset: 0xC
  949.  -System.Linq.Enumerable+SelectManySingleSelectorIterator`2 Boolean MoveNext() offset: 0x0
  950.  -System.Collections.Generic.HashSet`1 Void UnionWith(System.Collections.Generic.IEnumerable`1[T]) offset: 0x38
  951.  -System.Collections.Generic.HashSet`1 Void .ctor(System.Collections.Generic.IEnumerable`1[T], System.Collections.Generic.IEqualityComparer`1[T]) offset: 0xA
  952.  -System.Linq.Enumerable+DistinctIterator`1 TSource[] ToArray() offset: 0x11
  953.  -LINQPad.QueryCore LINQPad.LanguageServices.LinqReference[] get_ResolvedLinqReferences() offset: 0xAA
  954.  -LINQPad.ReferenceSet LINQPad.ReferenceSet Get(LINQPad.Extensibility.DataContext.DCDriverLoader, LINQPad.Repository, LINQPad.QueryCore, System.String, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x34
  955.  -LINQPad.ReferenceSet LINQPad.ReferenceSet ForQuery(LINQPad.QueryCore, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x18
  956.  -LINQPad.QueryCore LINQPad.ReferenceSet get_CombinedQueryReferences() offset: 0xA2
  957.  -LINQPad.QueryCore LINQPad.QueryCore CloneForCompilation(Boolean) offset: 0x1A8
  958.  -LINQPad.QueryCore LINQPad.ExecutionModel.QueryCompiler GetCompiler(Boolean, Boolean) offset: 0xFF
  959.  -LINQPad.DocumentManager Void CheckForChange(Boolean, ActiproSoftware.SyntaxEditor.Caret) offset: 0x15F
  960.  -LINQPad.UI.QueryControl Void _query_QueryChanged(System.Object, LINQPad.QueryChangedEventArgs) offset: 0x33
  961.  -LINQPad.QueryCore Void OnQueryChanged(Boolean, LINQPad.QueryChangedEventArgs) offset: 0xFF
  962.  -LINQPad.RunnableQuery Void OnQueryChanged(Boolean, LINQPad.QueryChangedEventArgs) offset: 0xD
  963.  -LINQPad.QueryCore+ChangeTx Void Dispose() offset: 0x31
  964.  -LINQPad.UI.QueryControl Void document_TextChanged(System.Object, ActiproSoftware.SyntaxEditor.DocumentModificationEventArgs) offset: 0xCC
  965.  -ActiproSoftware.SyntaxEditor.Document Boolean BasicModification(ActiproSoftware.SyntaxEditor.DocumentModification, Boolean) offset: 0x5BC
  966.  -ActiproSoftware.SyntaxEditor.Document Boolean ReplaceText(ActiproSoftware.SyntaxEditor.DocumentModificationType, Int32, Int32, System.String, ActiproSoftware.SyntaxEditor.DocumentModificationOptions, System.WeakReference) offset: 0x0
  967.  -ActiproSoftware.SyntaxEditor.IntelliPromptMemberList Void PerformAutoComplete(System.Windows.Forms.KeyPressEventArgs) offset: 0x1A2
  968.  -ActiproSoftware.SyntaxEditor.SyntaxEditorIntelliPromptMemberListPopupTarget Void PerformAutoComplete(System.Windows.Forms.KeyPressEventArgs) offset: 0x0
  969.  -ActiproSoftware.SyntaxEditor.IntelliPromptMemberListPopup Void OnHiding(System.Windows.Forms.KeyPressEventArgs) offset: 0x4C
  970.  -ActiproSoftware.WinUICore.PopupControl Void HidePopup(System.Windows.Forms.KeyPressEventArgs) offset: 0x1A
  971.  -ActiproSoftware.SyntaxEditor.IntelliPromptMemberList Void Complete(System.Windows.Forms.KeyPressEventArgs) offset: 0x3C
  972.  -ActiproSoftware.SyntaxEditor.SyntaxEditorIntelliPromptMemberListPopupTarget Void Complete() offset: 0x0
  973.  -ActiproSoftware.SyntaxEditor.IntelliPromptMemberListPopup Void listBox_DoubleClick(System.Object, System.EventArgs) offset: 0xE
  974.  -System.Windows.Forms.Control Void OnDoubleClick(System.EventArgs) offset: 0x21
  975.  -System.Windows.Forms.ListBox Void WndProc(System.Windows.Forms.Message ByRef) offset: 0x27B
  976.  -ActiproSoftware.SyntaxEditor.IntelliPromptMemberListBox Void WndProc(System.Windows.Forms.Message ByRef) offset: 0x37
  977.  -System.Windows.Forms.Control+ControlNativeWindow Void WndProc(System.Windows.Forms.Message ByRef) offset: 0x85
  978.  -System.Windows.Forms.NativeWindow IntPtr Callback(IntPtr, WM, IntPtr, IntPtr) offset: 0x6A
  979. ========================================================================================================================
  980.  
  981. 7.7.3 (X64) 2023-02-20T21:18:15.2766300-08:00 GuiAppHost
  982. [MainThread] UriFormatException - Invalid URI: The format of the URI could not be determined.
  983. Source=System.Private.Uri
  984.  
  985.  -System.Uri Void CreateThis(System.String, Boolean, System.UriKind, System.UriCreationOptions ByRef) offset: 0x88
  986.  -System.Uri Void .ctor(System.String) offset: 0x13
  987.  -LINQPad.LanguageServices.LinqReference System.String FindFile(System.String, System.String) offset: 0xE8
  988.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference Resolve(System.String, Boolean, System.String, Int32, System.String) offset: 0x1D
  989.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference[] ResolveWithWildcard(System.String, System.String, Int32) offset: 0x189
  990.  -LINQPad.QueryCore+<>c__DisplayClass132_0 System.Collections.Generic.IEnumerable`1[LINQPad.LanguageServices.LinqReference] <get_ResolvedLinqReferences>b__0(System.String) offset: 0xC
  991.  -System.Linq.Enumerable+SelectManySingleSelectorIterator`2 Boolean MoveNext() offset: 0x0
  992.  -System.Collections.Generic.HashSet`1 Void UnionWith(System.Collections.Generic.IEnumerable`1[T]) offset: 0x38
  993.  -System.Collections.Generic.HashSet`1 Void .ctor(System.Collections.Generic.IEnumerable`1[T], System.Collections.Generic.IEqualityComparer`1[T]) offset: 0xA
  994.  -System.Linq.Enumerable+DistinctIterator`1 TSource[] ToArray() offset: 0x11
  995.  -LINQPad.QueryCore LINQPad.LanguageServices.LinqReference[] get_ResolvedLinqReferences() offset: 0xAA
  996.  -LINQPad.ReferenceSet LINQPad.ReferenceSet Get(LINQPad.Extensibility.DataContext.DCDriverLoader, LINQPad.Repository, LINQPad.QueryCore, System.String, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x34
  997.  -LINQPad.ReferenceSet LINQPad.ReferenceSet ForQuery(LINQPad.QueryCore, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x18
  998.  -LINQPad.QueryCore LINQPad.ReferenceSet get_CombinedQueryReferences() offset: 0xA2
  999.  -LINQPad.QueryCore LINQPad.QueryCore CloneForCompilation(Boolean) offset: 0x1A8
  1000.  -LINQPad.QueryCore LINQPad.ExecutionModel.QueryCompiler GetCompiler(Boolean, Boolean) offset: 0xFF
  1001.  -LINQPad.UI.QueryEditor+<CheckSuggestionsSmartTagAtCaret>d__143 Void MoveNext() offset: 0x12A
  1002.  -System.Runtime.ExceptionServices.ExceptionDispatchInfo Void Throw() offset: 0x11
  1003. ========================================================================================================================
  1004.  
  1005. 7.7.3 (X64) 2023-02-20T21:18:15.2779296-08:00 GuiAppHost
  1006. [MainThread] UriFormatException - Invalid URI: The format of the URI could not be determined.
  1007. Source=System.Private.Uri
  1008.  
  1009.  -System.Uri Void CreateThis(System.String, Boolean, System.UriKind, System.UriCreationOptions ByRef) offset: 0x88
  1010.  -System.Uri Void .ctor(System.String) offset: 0x13
  1011.  -LINQPad.LanguageServices.LinqReference System.String FindFile(System.String, System.String) offset: 0xE8
  1012.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference Resolve(System.String, Boolean, System.String, Int32, System.String) offset: 0x1D
  1013.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference[] ResolveWithWildcard(System.String, System.String, Int32) offset: 0x189
  1014.  -LINQPad.QueryCore+<>c__DisplayClass132_0 System.Collections.Generic.IEnumerable`1[LINQPad.LanguageServices.LinqReference] <get_ResolvedLinqReferences>b__0(System.String) offset: 0xC
  1015.  -System.Linq.Enumerable+SelectManySingleSelectorIterator`2 Boolean MoveNext() offset: 0x0
  1016.  -System.Collections.Generic.HashSet`1 Void UnionWith(System.Collections.Generic.IEnumerable`1[T]) offset: 0x38
  1017.  -System.Collections.Generic.HashSet`1 Void .ctor(System.Collections.Generic.IEnumerable`1[T], System.Collections.Generic.IEqualityComparer`1[T]) offset: 0xA
  1018.  -System.Linq.Enumerable+DistinctIterator`1 TSource[] ToArray() offset: 0x11
  1019.  -LINQPad.QueryCore LINQPad.LanguageServices.LinqReference[] get_ResolvedLinqReferences() offset: 0xAA
  1020.  -LINQPad.ReferenceSet LINQPad.ReferenceSet Get(LINQPad.Extensibility.DataContext.DCDriverLoader, LINQPad.Repository, LINQPad.QueryCore, System.String, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x34
  1021.  -LINQPad.ReferenceSet LINQPad.ReferenceSet ForQuery(LINQPad.QueryCore, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x18
  1022.  -LINQPad.QueryCore LINQPad.ReferenceSet get_CombinedQueryReferences() offset: 0xA2
  1023.  -LINQPad.QueryCore LINQPad.QueryCore CloneForCompilation(Boolean) offset: 0x1A8
  1024.  -LINQPad.QueryCore LINQPad.ExecutionModel.QueryCompiler GetCompiler(Boolean, Boolean) offset: 0xFF
  1025.  -LINQPad.UI.QueryEditor+<UpdateSameSymbolHighlight>d__140 Void MoveNext() offset: 0x15E
  1026.  -System.Runtime.ExceptionServices.ExceptionDispatchInfo Void Throw() offset: 0x11
  1027. ========================================================================================================================
  1028.  
  1029. 7.7.3 (X64) 2023-02-20T21:18:16.1797515-08:00 GuiAppHost
  1030. [MainThread] UriFormatException - Invalid URI: The format of the URI could not be determined.
  1031. Source=System.Private.Uri
  1032.  
  1033.  -System.Uri Void CreateThis(System.String, Boolean, System.UriKind, System.UriCreationOptions ByRef) offset: 0x88
  1034.  -System.Uri Void .ctor(System.String) offset: 0x13
  1035.  -LINQPad.LanguageServices.LinqReference System.String FindFile(System.String, System.String) offset: 0xE8
  1036.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference Resolve(System.String, Boolean, System.String, Int32, System.String) offset: 0x1D
  1037.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference[] ResolveWithWildcard(System.String, System.String, Int32) offset: 0x189
  1038.  -LINQPad.QueryCore+<>c__DisplayClass132_0 System.Collections.Generic.IEnumerable`1[LINQPad.LanguageServices.LinqReference] <get_ResolvedLinqReferences>b__0(System.String) offset: 0xC
  1039.  -System.Linq.Enumerable+SelectManySingleSelectorIterator`2 Boolean MoveNext() offset: 0x0
  1040.  -System.Collections.Generic.HashSet`1 Void UnionWith(System.Collections.Generic.IEnumerable`1[T]) offset: 0x38
  1041.  -System.Collections.Generic.HashSet`1 Void .ctor(System.Collections.Generic.IEnumerable`1[T], System.Collections.Generic.IEqualityComparer`1[T]) offset: 0xA
  1042.  -System.Linq.Enumerable+DistinctIterator`1 TSource[] ToArray() offset: 0x11
  1043.  -LINQPad.QueryCore LINQPad.LanguageServices.LinqReference[] get_ResolvedLinqReferences() offset: 0xAA
  1044.  -LINQPad.ReferenceSet LINQPad.ReferenceSet Get(LINQPad.Extensibility.DataContext.DCDriverLoader, LINQPad.Repository, LINQPad.QueryCore, System.String, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x34
  1045.  -LINQPad.ReferenceSet LINQPad.ReferenceSet ForQuery(LINQPad.QueryCore, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x18
  1046.  -LINQPad.QueryCore LINQPad.ReferenceSet get_CombinedQueryReferences() offset: 0xA2
  1047.  -LINQPad.QueryCore LINQPad.QueryCore CloneForCompilation(Boolean) offset: 0x1A8
  1048.  -LINQPad.QueryCore LINQPad.ExecutionModel.QueryCompiler GetCompiler(Boolean, Boolean) offset: 0xFF
  1049.  -LINQPad.DocumentManager Void CheckForChange(Boolean, ActiproSoftware.SyntaxEditor.Caret) offset: 0x15F
  1050.  -LINQPad.UI.QueryControl Void _query_QueryChanged(System.Object, LINQPad.QueryChangedEventArgs) offset: 0x33
  1051.  -LINQPad.QueryCore Void OnQueryChanged(Boolean, LINQPad.QueryChangedEventArgs) offset: 0xFF
  1052.  -LINQPad.RunnableQuery Void OnQueryChanged(Boolean, LINQPad.QueryChangedEventArgs) offset: 0xD
  1053.  -LINQPad.QueryCore+ChangeTx Void Dispose() offset: 0x31
  1054.  -LINQPad.UI.QueryControl Void document_TextChanged(System.Object, ActiproSoftware.SyntaxEditor.DocumentModificationEventArgs) offset: 0xCC
  1055.  -ActiproSoftware.SyntaxEditor.Document Boolean BasicModification(ActiproSoftware.SyntaxEditor.DocumentModification, Boolean) offset: 0x5BC
  1056.  -ActiproSoftware.SyntaxEditor.Document Boolean ReplaceText(ActiproSoftware.SyntaxEditor.DocumentModificationType, Int32, Int32, System.String, ActiproSoftware.SyntaxEditor.DocumentModificationOptions, System.WeakReference) offset: 0x0
  1057.  -ActiproSoftware.SyntaxEditor.IntelliPromptMemberList Void PerformAutoComplete(System.Windows.Forms.KeyPressEventArgs) offset: 0x1A2
  1058.  -ActiproSoftware.SyntaxEditor.SyntaxEditorIntelliPromptMemberListPopupTarget Void PerformAutoComplete(System.Windows.Forms.KeyPressEventArgs) offset: 0x0
  1059.  -ActiproSoftware.SyntaxEditor.IntelliPromptMemberListPopup Void OnHiding(System.Windows.Forms.KeyPressEventArgs) offset: 0x4C
  1060.  -ActiproSoftware.WinUICore.PopupControl Void HidePopup(System.Windows.Forms.KeyPressEventArgs) offset: 0x1A
  1061.  -ActiproSoftware.WinUICore.PopupControl Boolean ProcessCmdKey(System.Windows.Forms.Message ByRef, System.Windows.Forms.Keys) offset: 0x21
  1062.  -System.Windows.Forms.Control Boolean PreProcessMessage(System.Windows.Forms.Message ByRef) offset: 0x0
  1063.  -System.Windows.Forms.Control System.Windows.Forms.PreProcessControlState PreProcessControlMessageInternal(System.Windows.Forms.Control, System.Windows.Forms.Message ByRef) offset: 0x11B
  1064.  -System.Windows.Forms.Application+ThreadContext Boolean PreTranslateMessage(MSG ByRef) offset: 0x105
  1065. ========================================================================================================================
  1066.  
  1067. 7.7.3 (X64) 2023-02-20T21:18:16.3793489-08:00 GuiAppHost
  1068. [MainThread] UriFormatException - Invalid URI: The format of the URI could not be determined.
  1069. Source=System.Private.Uri
  1070.  
  1071.  -System.Uri Void CreateThis(System.String, Boolean, System.UriKind, System.UriCreationOptions ByRef) offset: 0x88
  1072.  -System.Uri Void .ctor(System.String) offset: 0x13
  1073.  -LINQPad.LanguageServices.LinqReference System.String FindFile(System.String, System.String) offset: 0xE8
  1074.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference Resolve(System.String, Boolean, System.String, Int32, System.String) offset: 0x1D
  1075.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference[] ResolveWithWildcard(System.String, System.String, Int32) offset: 0x189
  1076.  -LINQPad.QueryCore+<>c__DisplayClass132_0 System.Collections.Generic.IEnumerable`1[LINQPad.LanguageServices.LinqReference] <get_ResolvedLinqReferences>b__0(System.String) offset: 0xC
  1077.  -System.Linq.Enumerable+SelectManySingleSelectorIterator`2 Boolean MoveNext() offset: 0x0
  1078.  -System.Collections.Generic.HashSet`1 Void UnionWith(System.Collections.Generic.IEnumerable`1[T]) offset: 0x38
  1079.  -System.Collections.Generic.HashSet`1 Void .ctor(System.Collections.Generic.IEnumerable`1[T], System.Collections.Generic.IEqualityComparer`1[T]) offset: 0xA
  1080.  -System.Linq.Enumerable+DistinctIterator`1 TSource[] ToArray() offset: 0x11
  1081.  -LINQPad.QueryCore LINQPad.LanguageServices.LinqReference[] get_ResolvedLinqReferences() offset: 0xAA
  1082.  -LINQPad.ReferenceSet LINQPad.ReferenceSet Get(LINQPad.Extensibility.DataContext.DCDriverLoader, LINQPad.Repository, LINQPad.QueryCore, System.String, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x34
  1083.  -LINQPad.ReferenceSet LINQPad.ReferenceSet ForQuery(LINQPad.QueryCore, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x18
  1084.  -LINQPad.QueryCore LINQPad.ReferenceSet get_CombinedQueryReferences() offset: 0xA2
  1085.  -LINQPad.QueryCore LINQPad.QueryCore CloneForCompilation(Boolean) offset: 0x1A8
  1086.  -LINQPad.QueryCore LINQPad.ExecutionModel.QueryCompiler GetCompiler(Boolean, Boolean) offset: 0xFF
  1087.  -LINQPad.UI.QueryEditor+<CheckSuggestionsSmartTagAtCaret>d__143 Void MoveNext() offset: 0x12A
  1088.  -System.Runtime.ExceptionServices.ExceptionDispatchInfo Void Throw() offset: 0x11
  1089. ========================================================================================================================
  1090.  
  1091. 7.7.3 (X64) 2023-02-20T21:18:16.3805707-08:00 GuiAppHost
  1092. [MainThread] UriFormatException - Invalid URI: The format of the URI could not be determined.
  1093. Source=System.Private.Uri
  1094.  
  1095.  -System.Uri Void CreateThis(System.String, Boolean, System.UriKind, System.UriCreationOptions ByRef) offset: 0x88
  1096.  -System.Uri Void .ctor(System.String) offset: 0x13
  1097.  -LINQPad.LanguageServices.LinqReference System.String FindFile(System.String, System.String) offset: 0xE8
  1098.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference Resolve(System.String, Boolean, System.String, Int32, System.String) offset: 0x1D
  1099.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference[] ResolveWithWildcard(System.String, System.String, Int32) offset: 0x189
  1100.  -LINQPad.QueryCore+<>c__DisplayClass132_0 System.Collections.Generic.IEnumerable`1[LINQPad.LanguageServices.LinqReference] <get_ResolvedLinqReferences>b__0(System.String) offset: 0xC
  1101.  -System.Linq.Enumerable+SelectManySingleSelectorIterator`2 Boolean MoveNext() offset: 0x0
  1102.  -System.Collections.Generic.HashSet`1 Void UnionWith(System.Collections.Generic.IEnumerable`1[T]) offset: 0x38
  1103.  -System.Collections.Generic.HashSet`1 Void .ctor(System.Collections.Generic.IEnumerable`1[T], System.Collections.Generic.IEqualityComparer`1[T]) offset: 0xA
  1104.  -System.Linq.Enumerable+DistinctIterator`1 TSource[] ToArray() offset: 0x11
  1105.  -LINQPad.QueryCore LINQPad.LanguageServices.LinqReference[] get_ResolvedLinqReferences() offset: 0xAA
  1106.  -LINQPad.ReferenceSet LINQPad.ReferenceSet Get(LINQPad.Extensibility.DataContext.DCDriverLoader, LINQPad.Repository, LINQPad.QueryCore, System.String, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x34
  1107.  -LINQPad.ReferenceSet LINQPad.ReferenceSet ForQuery(LINQPad.QueryCore, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x18
  1108.  -LINQPad.QueryCore LINQPad.ReferenceSet get_CombinedQueryReferences() offset: 0xA2
  1109.  -LINQPad.QueryCore LINQPad.QueryCore CloneForCompilation(Boolean) offset: 0x1A8
  1110.  -LINQPad.QueryCore LINQPad.ExecutionModel.QueryCompiler GetCompiler(Boolean, Boolean) offset: 0xFF
  1111.  -LINQPad.UI.QueryEditor+<UpdateSameSymbolHighlight>d__140 Void MoveNext() offset: 0x15E
  1112.  -System.Runtime.ExceptionServices.ExceptionDispatchInfo Void Throw() offset: 0x11
  1113. ========================================================================================================================
  1114.  
  1115. 7.7.3 (X64) 2023-02-20T21:18:19.4591369-08:00 GuiAppHost
  1116. [MainThread] UriFormatException - Invalid URI: The format of the URI could not be determined.
  1117. Source=System.Private.Uri
  1118.  
  1119.  -System.Uri Void CreateThis(System.String, Boolean, System.UriKind, System.UriCreationOptions ByRef) offset: 0x88
  1120.  -System.Uri Void .ctor(System.String) offset: 0x13
  1121.  -LINQPad.LanguageServices.LinqReference System.String FindFile(System.String, System.String) offset: 0xE8
  1122.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference Resolve(System.String, Boolean, System.String, Int32, System.String) offset: 0x1D
  1123.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference[] ResolveWithWildcard(System.String, System.String, Int32) offset: 0x189
  1124.  -LINQPad.QueryCore+<>c__DisplayClass132_0 System.Collections.Generic.IEnumerable`1[LINQPad.LanguageServices.LinqReference] <get_ResolvedLinqReferences>b__0(System.String) offset: 0xC
  1125.  -System.Linq.Enumerable+SelectManySingleSelectorIterator`2 Boolean MoveNext() offset: 0x0
  1126.  -System.Collections.Generic.HashSet`1 Void UnionWith(System.Collections.Generic.IEnumerable`1[T]) offset: 0x38
  1127.  -System.Collections.Generic.HashSet`1 Void .ctor(System.Collections.Generic.IEnumerable`1[T], System.Collections.Generic.IEqualityComparer`1[T]) offset: 0xA
  1128.  -System.Linq.Enumerable+DistinctIterator`1 TSource[] ToArray() offset: 0x11
  1129.  -LINQPad.QueryCore LINQPad.LanguageServices.LinqReference[] get_ResolvedLinqReferences() offset: 0xAA
  1130.  -LINQPad.ReferenceSet LINQPad.ReferenceSet Get(LINQPad.Extensibility.DataContext.DCDriverLoader, LINQPad.Repository, LINQPad.QueryCore, System.String, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x34
  1131.  -LINQPad.ReferenceSet LINQPad.ReferenceSet ForQuery(LINQPad.QueryCore, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x18
  1132.  -LINQPad.QueryCore LINQPad.ReferenceSet get_CombinedQueryReferences() offset: 0xA2
  1133.  -LINQPad.QueryCore LINQPad.QueryCore CloneForCompilation(Boolean) offset: 0x1A8
  1134.  -LINQPad.QueryCore LINQPad.ExecutionModel.QueryCompiler GetCompiler(Boolean, Boolean) offset: 0xFF
  1135.  -LINQPad.UI.QueryEditor LINQPad.LanguageServices.UserProgram <get_Services>b__17_4(System.Threading.CancellationToken, Int32) offset: 0xC
  1136.  -LINQPad.LanguageServices.EditorServices LINQPad.LanguageServices.UserProgram GetParsedUserProgram(System.Threading.CancellationToken) offset: 0x142
  1137.  -UvnDFubQiZk360DKleb.NoUHJCbnbeA0NXptQvO skth15bzxqhlAONmHoQ.a4c90TbElw99elibIsf GetParseContext(System.Threading.CancellationToken) offset: 0x27F
  1138.  -GG8oDyyS5WGKmYRAI2i.u7icDQyTtCScAoUy5qJ+<GetCodeChangeSuggestionsAsync>d__26 Void MoveNext() offset: 0xE9
  1139.  -System.Runtime.ExceptionServices.ExceptionDispatchInfo Void Throw() offset: 0x11
  1140.  -System.Runtime.ExceptionServices.ExceptionDispatchInfo Void Throw(System.Exception) offset: 0x0
  1141.  -LINQPad.SystemExtensions Void ThrowWithOriginalStackTrace(System.Exception) offset: 0x1
  1142.  -LINQPad.TaskExtensions T GetResult[T](System.Threading.Tasks.Task`1[T]) offset: 0x7D
  1143.  -LINQPad.UI.Lexers.BaseSyntaxLanguage Boolean ShowCodeChangeSuggestionsSmartTag(ActiproSoftware.SyntaxEditor.SyntaxEditor, Int32, Boolean) offset: 0x39
  1144.  -LINQPad.UI.Lexers.BaseSyntaxLanguage Void OnSyntaxEditorViewMouseHover(ActiproSoftware.SyntaxEditor.SyntaxEditor, ActiproSoftware.SyntaxEditor.EditorViewMouseEventArgs) offset: 0x2C
  1145. ========================================================================================================================
  1146.  
  1147. 7.7.3 (X64) 2023-02-20T21:18:20.5720628-08:00 GuiAppHost
  1148. [MainThread] UriFormatException - Invalid URI: The format of the URI could not be determined.
  1149. Source=System.Private.Uri
  1150.  
  1151.  -System.Uri Void CreateThis(System.String, Boolean, System.UriKind, System.UriCreationOptions ByRef) offset: 0x88
  1152.  -System.Uri Void .ctor(System.String) offset: 0x13
  1153.  -LINQPad.LanguageServices.LinqReference System.String FindFile(System.String, System.String) offset: 0xE8
  1154.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference Resolve(System.String, Boolean, System.String, Int32, System.String) offset: 0x1D
  1155.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference[] ResolveWithWildcard(System.String, System.String, Int32) offset: 0x189
  1156.  -LINQPad.QueryCore+<>c__DisplayClass132_0 System.Collections.Generic.IEnumerable`1[LINQPad.LanguageServices.LinqReference] <get_ResolvedLinqReferences>b__0(System.String) offset: 0xC
  1157.  -System.Linq.Enumerable+SelectManySingleSelectorIterator`2 Boolean MoveNext() offset: 0x0
  1158.  -System.Collections.Generic.HashSet`1 Void UnionWith(System.Collections.Generic.IEnumerable`1[T]) offset: 0x38
  1159.  -System.Collections.Generic.HashSet`1 Void .ctor(System.Collections.Generic.IEnumerable`1[T], System.Collections.Generic.IEqualityComparer`1[T]) offset: 0xA
  1160.  -System.Linq.Enumerable+DistinctIterator`1 TSource[] ToArray() offset: 0x11
  1161.  -LINQPad.QueryCore LINQPad.LanguageServices.LinqReference[] get_ResolvedLinqReferences() offset: 0xAA
  1162.  -LINQPad.ReferenceSet LINQPad.ReferenceSet Get(LINQPad.Extensibility.DataContext.DCDriverLoader, LINQPad.Repository, LINQPad.QueryCore, System.String, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x34
  1163.  -LINQPad.ReferenceSet LINQPad.ReferenceSet ForQuery(LINQPad.QueryCore, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x18
  1164.  -LINQPad.QueryCore LINQPad.ReferenceSet get_CombinedQueryReferences() offset: 0xA2
  1165.  -LINQPad.QueryCore LINQPad.QueryCore CloneForCompilation(Boolean) offset: 0x1A8
  1166.  -LINQPad.QueryCore LINQPad.ExecutionModel.QueryCompiler GetCompiler(Boolean, Boolean) offset: 0xFF
  1167.  -LINQPad.UI.QueryEditor+<UpdateSameSymbolHighlight>d__140 Void MoveNext() offset: 0x15E
  1168.  -System.Runtime.ExceptionServices.ExceptionDispatchInfo Void Throw() offset: 0x11
  1169. ========================================================================================================================
  1170.  
  1171. 7.7.3 (X64) 2023-02-20T21:18:20.5733423-08:00 GuiAppHost
  1172. [MainThread] UriFormatException - Invalid URI: The format of the URI could not be determined.
  1173. Source=System.Private.Uri
  1174.  
  1175.  -System.Uri Void CreateThis(System.String, Boolean, System.UriKind, System.UriCreationOptions ByRef) offset: 0x88
  1176.  -System.Uri Void .ctor(System.String) offset: 0x13
  1177.  -LINQPad.LanguageServices.LinqReference System.String FindFile(System.String, System.String) offset: 0xE8
  1178.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference Resolve(System.String, Boolean, System.String, Int32, System.String) offset: 0x1D
  1179.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference[] ResolveWithWildcard(System.String, System.String, Int32) offset: 0x189
  1180.  -LINQPad.QueryCore+<>c__DisplayClass132_0 System.Collections.Generic.IEnumerable`1[LINQPad.LanguageServices.LinqReference] <get_ResolvedLinqReferences>b__0(System.String) offset: 0xC
  1181.  -System.Linq.Enumerable+SelectManySingleSelectorIterator`2 Boolean MoveNext() offset: 0x0
  1182.  -System.Collections.Generic.HashSet`1 Void UnionWith(System.Collections.Generic.IEnumerable`1[T]) offset: 0x38
  1183.  -System.Collections.Generic.HashSet`1 Void .ctor(System.Collections.Generic.IEnumerable`1[T], System.Collections.Generic.IEqualityComparer`1[T]) offset: 0xA
  1184.  -System.Linq.Enumerable+DistinctIterator`1 TSource[] ToArray() offset: 0x11
  1185.  -LINQPad.QueryCore LINQPad.LanguageServices.LinqReference[] get_ResolvedLinqReferences() offset: 0xAA
  1186.  -LINQPad.ReferenceSet LINQPad.ReferenceSet Get(LINQPad.Extensibility.DataContext.DCDriverLoader, LINQPad.Repository, LINQPad.QueryCore, System.String, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x34
  1187.  -LINQPad.ReferenceSet LINQPad.ReferenceSet ForQuery(LINQPad.QueryCore, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x18
  1188.  -LINQPad.QueryCore LINQPad.ReferenceSet get_CombinedQueryReferences() offset: 0xA2
  1189.  -LINQPad.QueryCore LINQPad.QueryCore CloneForCompilation(Boolean) offset: 0x1A8
  1190.  -LINQPad.QueryCore LINQPad.ExecutionModel.QueryCompiler GetCompiler(Boolean, Boolean) offset: 0xFF
  1191.  -LINQPad.UI.QueryEditor+<CheckSuggestionsSmartTagAtCaret>d__143 Void MoveNext() offset: 0x12A
  1192.  -System.Runtime.ExceptionServices.ExceptionDispatchInfo Void Throw() offset: 0x11
  1193. ========================================================================================================================
  1194.  
  1195. 7.7.3 (X64) 2023-02-20T21:18:23.1611750-08:00 GuiAppHost
  1196. [MainThread] UriFormatException - Invalid URI: The format of the URI could not be determined.
  1197. Source=System.Private.Uri
  1198.  
  1199.  -System.Uri Void CreateThis(System.String, Boolean, System.UriKind, System.UriCreationOptions ByRef) offset: 0x88
  1200.  -System.Uri Void .ctor(System.String) offset: 0x13
  1201.  -LINQPad.LanguageServices.LinqReference System.String FindFile(System.String, System.String) offset: 0xE8
  1202.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference Resolve(System.String, Boolean, System.String, Int32, System.String) offset: 0x1D
  1203.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference[] ResolveWithWildcard(System.String, System.String, Int32) offset: 0x189
  1204.  -LINQPad.QueryCore+<>c__DisplayClass132_0 System.Collections.Generic.IEnumerable`1[LINQPad.LanguageServices.LinqReference] <get_ResolvedLinqReferences>b__0(System.String) offset: 0xC
  1205.  -System.Linq.Enumerable+SelectManySingleSelectorIterator`2 Boolean MoveNext() offset: 0x0
  1206.  -System.Collections.Generic.HashSet`1 Void UnionWith(System.Collections.Generic.IEnumerable`1[T]) offset: 0x38
  1207.  -System.Collections.Generic.HashSet`1 Void .ctor(System.Collections.Generic.IEnumerable`1[T], System.Collections.Generic.IEqualityComparer`1[T]) offset: 0xA
  1208.  -System.Linq.Enumerable+DistinctIterator`1 TSource[] ToArray() offset: 0x11
  1209.  -LINQPad.QueryCore LINQPad.LanguageServices.LinqReference[] get_ResolvedLinqReferences() offset: 0xAA
  1210.  -LINQPad.ReferenceSet LINQPad.ReferenceSet Get(LINQPad.Extensibility.DataContext.DCDriverLoader, LINQPad.Repository, LINQPad.QueryCore, System.String, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x34
  1211.  -LINQPad.ReferenceSet LINQPad.ReferenceSet ForQuery(LINQPad.QueryCore, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x18
  1212.  -LINQPad.QueryCore LINQPad.ReferenceSet get_CombinedQueryReferences() offset: 0xA2
  1213.  -LINQPad.QueryCore LINQPad.QueryCore CloneForCompilation(Boolean) offset: 0x1A8
  1214.  -LINQPad.QueryCore LINQPad.ExecutionModel.QueryCompiler GetCompiler(Boolean, Boolean) offset: 0xFF
  1215.  -LINQPad.UI.QueryEditor LINQPad.LanguageServices.UserProgram <get_Services>b__17_4(System.Threading.CancellationToken, Int32) offset: 0xC
  1216.  -LINQPad.LanguageServices.EditorServices LINQPad.LanguageServices.UserProgram GetParsedUserProgram(System.Threading.CancellationToken) offset: 0x142
  1217.  -UvnDFubQiZk360DKleb.NoUHJCbnbeA0NXptQvO skth15bzxqhlAONmHoQ.a4c90TbElw99elibIsf GetParseContext(System.Threading.CancellationToken) offset: 0x27F
  1218.  -GG8oDyyS5WGKmYRAI2i.u7icDQyTtCScAoUy5qJ+<GetCodeChangeSuggestionsAsync>d__26 Void MoveNext() offset: 0xE9
  1219.  -System.Runtime.ExceptionServices.ExceptionDispatchInfo Void Throw() offset: 0x11
  1220.  -System.Runtime.ExceptionServices.ExceptionDispatchInfo Void Throw(System.Exception) offset: 0x0
  1221.  -LINQPad.SystemExtensions Void ThrowWithOriginalStackTrace(System.Exception) offset: 0x1
  1222.  -LINQPad.TaskExtensions T GetResult[T](System.Threading.Tasks.Task`1[T]) offset: 0x7D
  1223.  -LINQPad.UI.Lexers.BaseSyntaxLanguage Boolean ShowCodeChangeSuggestionsSmartTag(ActiproSoftware.SyntaxEditor.SyntaxEditor, Int32, Boolean) offset: 0x39
  1224.  -LINQPad.UI.Lexers.BaseSyntaxLanguage Void OnSyntaxEditorViewMouseHover(ActiproSoftware.SyntaxEditor.SyntaxEditor, ActiproSoftware.SyntaxEditor.EditorViewMouseEventArgs) offset: 0x2C
  1225. ========================================================================================================================
  1226.  
  1227. 7.7.3 (X64) 2023-02-20T21:18:23.6466961-08:00 GuiAppHost
  1228. [MainThread] UriFormatException - Invalid URI: The format of the URI could not be determined.
  1229. Source=System.Private.Uri
  1230.  
  1231.  -System.Uri Void CreateThis(System.String, Boolean, System.UriKind, System.UriCreationOptions ByRef) offset: 0x88
  1232.  -System.Uri Void .ctor(System.String) offset: 0x13
  1233.  -LINQPad.LanguageServices.LinqReference System.String FindFile(System.String, System.String) offset: 0xE8
  1234.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference Resolve(System.String, Boolean, System.String, Int32, System.String) offset: 0x1D
  1235.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference[] ResolveWithWildcard(System.String, System.String, Int32) offset: 0x189
  1236.  -LINQPad.QueryCore+<>c__DisplayClass132_0 System.Collections.Generic.IEnumerable`1[LINQPad.LanguageServices.LinqReference] <get_ResolvedLinqReferences>b__0(System.String) offset: 0xC
  1237.  -System.Linq.Enumerable+SelectManySingleSelectorIterator`2 Boolean MoveNext() offset: 0x0
  1238.  -System.Collections.Generic.HashSet`1 Void UnionWith(System.Collections.Generic.IEnumerable`1[T]) offset: 0x38
  1239.  -System.Collections.Generic.HashSet`1 Void .ctor(System.Collections.Generic.IEnumerable`1[T], System.Collections.Generic.IEqualityComparer`1[T]) offset: 0xA
  1240.  -System.Linq.Enumerable+DistinctIterator`1 TSource[] ToArray() offset: 0x11
  1241.  -LINQPad.QueryCore LINQPad.LanguageServices.LinqReference[] get_ResolvedLinqReferences() offset: 0xAA
  1242.  -LINQPad.ReferenceSet LINQPad.ReferenceSet Get(LINQPad.Extensibility.DataContext.DCDriverLoader, LINQPad.Repository, LINQPad.QueryCore, System.String, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x34
  1243.  -LINQPad.ReferenceSet LINQPad.ReferenceSet ForQuery(LINQPad.QueryCore, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x18
  1244.  -LINQPad.QueryCore LINQPad.ReferenceSet get_CombinedQueryReferences() offset: 0xA2
  1245.  -LINQPad.QueryCore LINQPad.QueryCore CloneForCompilation(Boolean) offset: 0x1A8
  1246.  -LINQPad.QueryCore LINQPad.ExecutionModel.QueryCompiler GetCompiler(Boolean, Boolean) offset: 0xFF
  1247.  -LINQPad.UI.QueryEditor+<UpdateSameSymbolHighlight>d__140 Void MoveNext() offset: 0x15E
  1248.  -System.Runtime.ExceptionServices.ExceptionDispatchInfo Void Throw() offset: 0x11
  1249. ========================================================================================================================
  1250.  
  1251. 7.7.3 (X64) 2023-02-20T21:18:23.6480369-08:00 GuiAppHost
  1252. [MainThread] UriFormatException - Invalid URI: The format of the URI could not be determined.
  1253. Source=System.Private.Uri
  1254.  
  1255.  -System.Uri Void CreateThis(System.String, Boolean, System.UriKind, System.UriCreationOptions ByRef) offset: 0x88
  1256.  -System.Uri Void .ctor(System.String) offset: 0x13
  1257.  -LINQPad.LanguageServices.LinqReference System.String FindFile(System.String, System.String) offset: 0xE8
  1258.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference Resolve(System.String, Boolean, System.String, Int32, System.String) offset: 0x1D
  1259.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference[] ResolveWithWildcard(System.String, System.String, Int32) offset: 0x189
  1260.  -LINQPad.QueryCore+<>c__DisplayClass132_0 System.Collections.Generic.IEnumerable`1[LINQPad.LanguageServices.LinqReference] <get_ResolvedLinqReferences>b__0(System.String) offset: 0xC
  1261.  -System.Linq.Enumerable+SelectManySingleSelectorIterator`2 Boolean MoveNext() offset: 0x0
  1262.  -System.Collections.Generic.HashSet`1 Void UnionWith(System.Collections.Generic.IEnumerable`1[T]) offset: 0x38
  1263.  -System.Collections.Generic.HashSet`1 Void .ctor(System.Collections.Generic.IEnumerable`1[T], System.Collections.Generic.IEqualityComparer`1[T]) offset: 0xA
  1264.  -System.Linq.Enumerable+DistinctIterator`1 TSource[] ToArray() offset: 0x11
  1265.  -LINQPad.QueryCore LINQPad.LanguageServices.LinqReference[] get_ResolvedLinqReferences() offset: 0xAA
  1266.  -LINQPad.ReferenceSet LINQPad.ReferenceSet Get(LINQPad.Extensibility.DataContext.DCDriverLoader, LINQPad.Repository, LINQPad.QueryCore, System.String, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x34
  1267.  -LINQPad.ReferenceSet LINQPad.ReferenceSet ForQuery(LINQPad.QueryCore, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x18
  1268.  -LINQPad.QueryCore LINQPad.ReferenceSet get_CombinedQueryReferences() offset: 0xA2
  1269.  -LINQPad.QueryCore LINQPad.QueryCore CloneForCompilation(Boolean) offset: 0x1A8
  1270.  -LINQPad.QueryCore LINQPad.ExecutionModel.QueryCompiler GetCompiler(Boolean, Boolean) offset: 0xFF
  1271.  -LINQPad.UI.QueryEditor+<CheckSuggestionsSmartTagAtCaret>d__143 Void MoveNext() offset: 0x12A
  1272.  -System.Runtime.ExceptionServices.ExceptionDispatchInfo Void Throw() offset: 0x11
  1273. ========================================================================================================================
  1274.  
  1275. 7.7.3 (X64) 2023-02-20T21:18:25.0694049-08:00 GuiAppHost
  1276. [MainThread] UriFormatException - Invalid URI: The format of the URI could not be determined.
  1277. Source=System.Private.Uri
  1278.  
  1279.  -System.Uri Void CreateThis(System.String, Boolean, System.UriKind, System.UriCreationOptions ByRef) offset: 0x88
  1280.  -System.Uri Void .ctor(System.String) offset: 0x13
  1281.  -LINQPad.LanguageServices.LinqReference System.String FindFile(System.String, System.String) offset: 0xE8
  1282.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference Resolve(System.String, Boolean, System.String, Int32, System.String) offset: 0x1D
  1283.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference[] ResolveWithWildcard(System.String, System.String, Int32) offset: 0x189
  1284.  -LINQPad.QueryCore+<>c__DisplayClass132_0 System.Collections.Generic.IEnumerable`1[LINQPad.LanguageServices.LinqReference] <get_ResolvedLinqReferences>b__0(System.String) offset: 0xC
  1285.  -System.Linq.Enumerable+SelectManySingleSelectorIterator`2 Boolean MoveNext() offset: 0x0
  1286.  -System.Collections.Generic.HashSet`1 Void UnionWith(System.Collections.Generic.IEnumerable`1[T]) offset: 0x38
  1287.  -System.Collections.Generic.HashSet`1 Void .ctor(System.Collections.Generic.IEnumerable`1[T], System.Collections.Generic.IEqualityComparer`1[T]) offset: 0xA
  1288.  -System.Linq.Enumerable+DistinctIterator`1 TSource[] ToArray() offset: 0x11
  1289.  -LINQPad.QueryCore LINQPad.LanguageServices.LinqReference[] get_ResolvedLinqReferences() offset: 0xAA
  1290.  -LINQPad.ReferenceSet LINQPad.ReferenceSet Get(LINQPad.Extensibility.DataContext.DCDriverLoader, LINQPad.Repository, LINQPad.QueryCore, System.String, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x34
  1291.  -LINQPad.ReferenceSet LINQPad.ReferenceSet ForQuery(LINQPad.QueryCore, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x18
  1292.  -LINQPad.QueryCore LINQPad.ReferenceSet get_CombinedQueryReferences() offset: 0xA2
  1293.  -LINQPad.QueryCore LINQPad.QueryCore CloneForCompilation(Boolean) offset: 0x1A8
  1294.  -LINQPad.QueryCore LINQPad.ExecutionModel.QueryCompiler GetCompiler(Boolean, Boolean) offset: 0xFF
  1295.  -LINQPad.UI.QueryEditor+<CheckSuggestionsSmartTagAtCaret>d__143 Void MoveNext() offset: 0x12A
  1296.  -System.Runtime.ExceptionServices.ExceptionDispatchInfo Void Throw() offset: 0x11
  1297. ========================================================================================================================
  1298.  
  1299. 7.7.3 (X64) 2023-02-20T21:18:25.0706949-08:00 GuiAppHost
  1300. [MainThread] UriFormatException - Invalid URI: The format of the URI could not be determined.
  1301. Source=System.Private.Uri
  1302.  
  1303.  -System.Uri Void CreateThis(System.String, Boolean, System.UriKind, System.UriCreationOptions ByRef) offset: 0x88
  1304.  -System.Uri Void .ctor(System.String) offset: 0x13
  1305.  -LINQPad.LanguageServices.LinqReference System.String FindFile(System.String, System.String) offset: 0xE8
  1306.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference Resolve(System.String, Boolean, System.String, Int32, System.String) offset: 0x1D
  1307.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference[] ResolveWithWildcard(System.String, System.String, Int32) offset: 0x189
  1308.  -LINQPad.QueryCore+<>c__DisplayClass132_0 System.Collections.Generic.IEnumerable`1[LINQPad.LanguageServices.LinqReference] <get_ResolvedLinqReferences>b__0(System.String) offset: 0xC
  1309.  -System.Linq.Enumerable+SelectManySingleSelectorIterator`2 Boolean MoveNext() offset: 0x0
  1310.  -System.Collections.Generic.HashSet`1 Void UnionWith(System.Collections.Generic.IEnumerable`1[T]) offset: 0x38
  1311.  -System.Collections.Generic.HashSet`1 Void .ctor(System.Collections.Generic.IEnumerable`1[T], System.Collections.Generic.IEqualityComparer`1[T]) offset: 0xA
  1312.  -System.Linq.Enumerable+DistinctIterator`1 TSource[] ToArray() offset: 0x11
  1313.  -LINQPad.QueryCore LINQPad.LanguageServices.LinqReference[] get_ResolvedLinqReferences() offset: 0xAA
  1314.  -LINQPad.ReferenceSet LINQPad.ReferenceSet Get(LINQPad.Extensibility.DataContext.DCDriverLoader, LINQPad.Repository, LINQPad.QueryCore, System.String, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x34
  1315.  -LINQPad.ReferenceSet LINQPad.ReferenceSet ForQuery(LINQPad.QueryCore, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x18
  1316.  -LINQPad.QueryCore LINQPad.ReferenceSet get_CombinedQueryReferences() offset: 0xA2
  1317.  -LINQPad.QueryCore LINQPad.QueryCore CloneForCompilation(Boolean) offset: 0x1A8
  1318.  -LINQPad.QueryCore LINQPad.ExecutionModel.QueryCompiler GetCompiler(Boolean, Boolean) offset: 0xFF
  1319.  -LINQPad.UI.QueryEditor+<UpdateSameSymbolHighlight>d__140 Void MoveNext() offset: 0x15E
  1320.  -System.Runtime.ExceptionServices.ExceptionDispatchInfo Void Throw() offset: 0x11
  1321. ========================================================================================================================
  1322.  
  1323. 7.7.3 (X64) 2023-02-20T21:18:26.1423867-08:00 GuiAppHost
  1324. [MainThread] UriFormatException - Invalid URI: The format of the URI could not be determined.
  1325. Source=System.Private.Uri
  1326.  
  1327.  -System.Uri Void CreateThis(System.String, Boolean, System.UriKind, System.UriCreationOptions ByRef) offset: 0x88
  1328.  -System.Uri Void .ctor(System.String) offset: 0x13
  1329.  -LINQPad.LanguageServices.LinqReference System.String FindFile(System.String, System.String) offset: 0xE8
  1330.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference Resolve(System.String, Boolean, System.String, Int32, System.String) offset: 0x1D
  1331.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference[] ResolveWithWildcard(System.String, System.String, Int32) offset: 0x189
  1332.  -LINQPad.QueryCore+<>c__DisplayClass132_0 System.Collections.Generic.IEnumerable`1[LINQPad.LanguageServices.LinqReference] <get_ResolvedLinqReferences>b__0(System.String) offset: 0xC
  1333.  -System.Linq.Enumerable+SelectManySingleSelectorIterator`2 Boolean MoveNext() offset: 0x0
  1334.  -System.Collections.Generic.HashSet`1 Void UnionWith(System.Collections.Generic.IEnumerable`1[T]) offset: 0x38
  1335.  -System.Collections.Generic.HashSet`1 Void .ctor(System.Collections.Generic.IEnumerable`1[T], System.Collections.Generic.IEqualityComparer`1[T]) offset: 0xA
  1336.  -System.Linq.Enumerable+DistinctIterator`1 TSource[] ToArray() offset: 0x11
  1337.  -LINQPad.QueryCore LINQPad.LanguageServices.LinqReference[] get_ResolvedLinqReferences() offset: 0xAA
  1338.  -LINQPad.ReferenceSet LINQPad.ReferenceSet Get(LINQPad.Extensibility.DataContext.DCDriverLoader, LINQPad.Repository, LINQPad.QueryCore, System.String, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x34
  1339.  -LINQPad.ReferenceSet LINQPad.ReferenceSet ForQuery(LINQPad.QueryCore, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x18
  1340.  -LINQPad.QueryCore LINQPad.ReferenceSet get_CombinedQueryReferences() offset: 0xA2
  1341.  -LINQPad.QueryCore LINQPad.QueryCore CloneForCompilation(Boolean) offset: 0x1A8
  1342.  -LINQPad.QueryCore LINQPad.ExecutionModel.QueryCompiler GetCompiler(Boolean, Boolean) offset: 0xFF
  1343.  -LINQPad.UI.QueryEditor LINQPad.LanguageServices.UserProgram <get_Services>b__17_4(System.Threading.CancellationToken, Int32) offset: 0xC
  1344.  -LINQPad.LanguageServices.EditorServices LINQPad.LanguageServices.UserProgram GetParsedUserProgram(System.Threading.CancellationToken) offset: 0x142
  1345.  -UvnDFubQiZk360DKleb.NoUHJCbnbeA0NXptQvO skth15bzxqhlAONmHoQ.a4c90TbElw99elibIsf GetParseContext(System.Threading.CancellationToken) offset: 0x27F
  1346.  -GG8oDyyS5WGKmYRAI2i.u7icDQyTtCScAoUy5qJ+<GetCodeChangeSuggestionsAsync>d__26 Void MoveNext() offset: 0xE9
  1347.  -System.Runtime.ExceptionServices.ExceptionDispatchInfo Void Throw() offset: 0x11
  1348.  -System.Runtime.ExceptionServices.ExceptionDispatchInfo Void Throw(System.Exception) offset: 0x0
  1349.  -LINQPad.SystemExtensions Void ThrowWithOriginalStackTrace(System.Exception) offset: 0x1
  1350.  -LINQPad.TaskExtensions T GetResult[T](System.Threading.Tasks.Task`1[T]) offset: 0x7D
  1351.  -LINQPad.UI.Lexers.BaseSyntaxLanguage Boolean ShowCodeChangeSuggestionsSmartTag(ActiproSoftware.SyntaxEditor.SyntaxEditor, Int32, Boolean) offset: 0x39
  1352.  -LINQPad.UI.Lexers.BaseSyntaxLanguage Void OnSyntaxEditorViewMouseHover(ActiproSoftware.SyntaxEditor.SyntaxEditor, ActiproSoftware.SyntaxEditor.EditorViewMouseEventArgs) offset: 0x2C
  1353. ========================================================================================================================
  1354.  
  1355. 7.7.3 (X64) 2023-02-20T21:18:26.8206465-08:00 GuiAppHost
  1356. [MainThread] UriFormatException - Invalid URI: The format of the URI could not be determined.
  1357. Source=System.Private.Uri
  1358.  
  1359.  -System.Uri Void CreateThis(System.String, Boolean, System.UriKind, System.UriCreationOptions ByRef) offset: 0x88
  1360.  -System.Uri Void .ctor(System.String) offset: 0x13
  1361.  -LINQPad.LanguageServices.LinqReference System.String FindFile(System.String, System.String) offset: 0xE8
  1362.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference Resolve(System.String, Boolean, System.String, Int32, System.String) offset: 0x1D
  1363.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference[] ResolveWithWildcard(System.String, System.String, Int32) offset: 0x189
  1364.  -LINQPad.QueryCore+<>c__DisplayClass132_0 System.Collections.Generic.IEnumerable`1[LINQPad.LanguageServices.LinqReference] <get_ResolvedLinqReferences>b__0(System.String) offset: 0xC
  1365.  -System.Linq.Enumerable+SelectManySingleSelectorIterator`2 Boolean MoveNext() offset: 0x0
  1366.  -System.Collections.Generic.HashSet`1 Void UnionWith(System.Collections.Generic.IEnumerable`1[T]) offset: 0x38
  1367.  -System.Collections.Generic.HashSet`1 Void .ctor(System.Collections.Generic.IEnumerable`1[T], System.Collections.Generic.IEqualityComparer`1[T]) offset: 0xA
  1368.  -System.Linq.Enumerable+DistinctIterator`1 TSource[] ToArray() offset: 0x11
  1369.  -LINQPad.QueryCore LINQPad.LanguageServices.LinqReference[] get_ResolvedLinqReferences() offset: 0xAA
  1370.  -LINQPad.ReferenceSet LINQPad.ReferenceSet Get(LINQPad.Extensibility.DataContext.DCDriverLoader, LINQPad.Repository, LINQPad.QueryCore, System.String, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x34
  1371.  -LINQPad.ReferenceSet LINQPad.ReferenceSet ForQuery(LINQPad.QueryCore, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x18
  1372.  -LINQPad.QueryCore LINQPad.ReferenceSet get_CombinedQueryReferences() offset: 0xA2
  1373.  -LINQPad.QueryCore LINQPad.QueryCore CloneForCompilation(Boolean) offset: 0x1A8
  1374.  -LINQPad.QueryCore LINQPad.ExecutionModel.QueryCompiler GetCompiler(Boolean, Boolean) offset: 0xFF
  1375.  -LINQPad.UI.QueryEditor+<CheckSuggestionsSmartTagAtCaret>d__143 Void MoveNext() offset: 0x12A
  1376.  -System.Runtime.ExceptionServices.ExceptionDispatchInfo Void Throw() offset: 0x11
  1377. ========================================================================================================================
  1378.  
  1379. 7.7.3 (X64) 2023-02-20T21:18:26.8219902-08:00 GuiAppHost
  1380. [MainThread] UriFormatException - Invalid URI: The format of the URI could not be determined.
  1381. Source=System.Private.Uri
  1382.  
  1383.  -System.Uri Void CreateThis(System.String, Boolean, System.UriKind, System.UriCreationOptions ByRef) offset: 0x88
  1384.  -System.Uri Void .ctor(System.String) offset: 0x13
  1385.  -LINQPad.LanguageServices.LinqReference System.String FindFile(System.String, System.String) offset: 0xE8
  1386.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference Resolve(System.String, Boolean, System.String, Int32, System.String) offset: 0x1D
  1387.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference[] ResolveWithWildcard(System.String, System.String, Int32) offset: 0x189
  1388.  -LINQPad.QueryCore+<>c__DisplayClass132_0 System.Collections.Generic.IEnumerable`1[LINQPad.LanguageServices.LinqReference] <get_ResolvedLinqReferences>b__0(System.String) offset: 0xC
  1389.  -System.Linq.Enumerable+SelectManySingleSelectorIterator`2 Boolean MoveNext() offset: 0x0
  1390.  -System.Collections.Generic.HashSet`1 Void UnionWith(System.Collections.Generic.IEnumerable`1[T]) offset: 0x38
  1391.  -System.Collections.Generic.HashSet`1 Void .ctor(System.Collections.Generic.IEnumerable`1[T], System.Collections.Generic.IEqualityComparer`1[T]) offset: 0xA
  1392.  -System.Linq.Enumerable+DistinctIterator`1 TSource[] ToArray() offset: 0x11
  1393.  -LINQPad.QueryCore LINQPad.LanguageServices.LinqReference[] get_ResolvedLinqReferences() offset: 0xAA
  1394.  -LINQPad.ReferenceSet LINQPad.ReferenceSet Get(LINQPad.Extensibility.DataContext.DCDriverLoader, LINQPad.Repository, LINQPad.QueryCore, System.String, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x34
  1395.  -LINQPad.ReferenceSet LINQPad.ReferenceSet ForQuery(LINQPad.QueryCore, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x18
  1396.  -LINQPad.QueryCore LINQPad.ReferenceSet get_CombinedQueryReferences() offset: 0xA2
  1397.  -LINQPad.QueryCore LINQPad.QueryCore CloneForCompilation(Boolean) offset: 0x1A8
  1398.  -LINQPad.QueryCore LINQPad.ExecutionModel.QueryCompiler GetCompiler(Boolean, Boolean) offset: 0xFF
  1399.  -LINQPad.UI.QueryEditor+<UpdateSameSymbolHighlight>d__140 Void MoveNext() offset: 0x15E
  1400.  -System.Runtime.ExceptionServices.ExceptionDispatchInfo Void Throw() offset: 0x11
  1401. ========================================================================================================================
  1402.  
  1403. 7.7.3 (X64) 2023-02-20T21:19:54.8994802-08:00 GuiAppHost
  1404. [MainThread] UriFormatException - Invalid URI: The format of the URI could not be determined.
  1405. Source=System.Private.Uri
  1406.  
  1407.  -System.Uri Void CreateThis(System.String, Boolean, System.UriKind, System.UriCreationOptions ByRef) offset: 0x88
  1408.  -System.Uri Void .ctor(System.String) offset: 0x13
  1409.  -LINQPad.LanguageServices.LinqReference System.String FindFile(System.String, System.String) offset: 0xE8
  1410.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference Resolve(System.String, Boolean, System.String, Int32, System.String) offset: 0x1D
  1411.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference[] ResolveWithWildcard(System.String, System.String, Int32) offset: 0x189
  1412.  -LINQPad.QueryCore+<>c__DisplayClass132_0 System.Collections.Generic.IEnumerable`1[LINQPad.LanguageServices.LinqReference] <get_ResolvedLinqReferences>b__0(System.String) offset: 0xC
  1413.  -System.Linq.Enumerable+SelectManySingleSelectorIterator`2 Boolean MoveNext() offset: 0x0
  1414.  -System.Collections.Generic.HashSet`1 Void UnionWith(System.Collections.Generic.IEnumerable`1[T]) offset: 0x38
  1415.  -System.Collections.Generic.HashSet`1 Void .ctor(System.Collections.Generic.IEnumerable`1[T], System.Collections.Generic.IEqualityComparer`1[T]) offset: 0xA
  1416.  -System.Linq.Enumerable+DistinctIterator`1 TSource[] ToArray() offset: 0x11
  1417.  -LINQPad.QueryCore LINQPad.LanguageServices.LinqReference[] get_ResolvedLinqReferences() offset: 0xAA
  1418.  -LINQPad.ReferenceSet LINQPad.ReferenceSet Get(LINQPad.Extensibility.DataContext.DCDriverLoader, LINQPad.Repository, LINQPad.QueryCore, System.String, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x34
  1419.  -LINQPad.ReferenceSet LINQPad.ReferenceSet ForQuery(LINQPad.QueryCore, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x18
  1420.  -LINQPad.QueryCore LINQPad.ReferenceSet get_CombinedQueryReferences() offset: 0xA2
  1421.  -LINQPad.QueryCore LINQPad.QueryCore CloneForCompilation(Boolean) offset: 0x1A8
  1422.  -LINQPad.QueryCore LINQPad.ExecutionModel.QueryCompiler GetCompiler(Boolean, Boolean) offset: 0xFF
  1423.  -LINQPad.DocumentManager Void CheckForChange(Boolean, ActiproSoftware.SyntaxEditor.Caret) offset: 0x15F
  1424.  -LINQPad.UI.QueryControl Void _query_QueryChanged(System.Object, LINQPad.QueryChangedEventArgs) offset: 0x33
  1425.  -LINQPad.QueryCore Void OnQueryChanged(Boolean, LINQPad.QueryChangedEventArgs) offset: 0xFF
  1426.  -LINQPad.RunnableQuery Void OnQueryChanged(Boolean, LINQPad.QueryChangedEventArgs) offset: 0xD
  1427.  -LINQPad.QueryCore+ChangeTx Void Dispose() offset: 0x31
  1428.  -LINQPad.UI.QueryControl Void document_TextChanged(System.Object, ActiproSoftware.SyntaxEditor.DocumentModificationEventArgs) offset: 0xCC
  1429.  -ActiproSoftware.SyntaxEditor.Document Boolean BasicModification(ActiproSoftware.SyntaxEditor.DocumentModification, Boolean) offset: 0x5BC
  1430.  -ActiproSoftware.SyntaxEditor.Document Void set_Text(System.String) offset: 0x44
  1431.  -ActiproSoftware.SyntaxEditor.SyntaxEditor Void set_Text(System.String) offset: 0x8
  1432.  -LINQPad.UI.QueryControl Void PullData(LINQPad.QueryChangedEventArgs) offset: 0x6F
  1433.  -LINQPad.UI.QueryControl Void _query_QueryChanged(System.Object, LINQPad.QueryChangedEventArgs) offset: 0x14
  1434.  -LINQPad.QueryCore Void OnQueryChanged(Boolean, LINQPad.QueryChangedEventArgs) offset: 0xFF
  1435.  -LINQPad.RunnableQuery Void OnQueryChanged(Boolean, LINQPad.QueryChangedEventArgs) offset: 0xD
  1436.  -LINQPad.QueryCore+ChangeTx Void Dispose() offset: 0x31
  1437.  -LINQPad.QueryCore Void Open(System.String, Boolean, Boolean) offset: 0x1AA
  1438.  -LINQPad.UI.MainForm LINQPad.UI.QueryControl OpenQuery(System.String, Boolean, Boolean) offset: 0x22C
  1439.  -LINQPad.UI.MainForm Void OpenMyQuery(System.Windows.Forms.TreeNode) offset: 0x4B
  1440.  -LINQPad.UI.MainForm Void tvMyQueries_AfterSelect(System.Object, System.Windows.Forms.TreeViewEventArgs) offset: 0x5E
  1441.  -System.Windows.Forms.TreeView Void OnAfterSelect(System.Windows.Forms.TreeViewEventArgs) offset: 0x12
  1442.  -System.Windows.Forms.TreeView Void TvnSelected(NMTREEVIEW*) offset: 0x58
  1443.  -System.Windows.Forms.TreeView Void WmNotify(System.Windows.Forms.Message ByRef) offset: 0x2B7
  1444.  -System.Windows.Forms.TreeView Void WndProc(System.Windows.Forms.Message ByRef) offset: 0x80E
  1445.  -System.Windows.Forms.Control+ControlNativeWindow Void WndProc(System.Windows.Forms.Message ByRef) offset: 0x85
  1446.  -System.Windows.Forms.NativeWindow IntPtr Callback(IntPtr, WM, IntPtr, IntPtr) offset: 0x6A
  1447. ========================================================================================================================
  1448.  
  1449. 7.7.3 (X64) 2023-02-20T21:19:57.7222082-08:00 GuiAppHost
  1450. [MainThread] UriFormatException - Invalid URI: The format of the URI could not be determined.
  1451. Source=System.Private.Uri
  1452.  
  1453.  -System.Uri Void CreateThis(System.String, Boolean, System.UriKind, System.UriCreationOptions ByRef) offset: 0x88
  1454.  -System.Uri Void .ctor(System.String) offset: 0x13
  1455.  -LINQPad.LanguageServices.LinqReference System.String FindFile(System.String, System.String) offset: 0xE8
  1456.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference Resolve(System.String, Boolean, System.String, Int32, System.String) offset: 0x1D
  1457.  -LINQPad.LanguageServices.LinqReference LINQPad.LanguageServices.LinqReference[] ResolveWithWildcard(System.String, System.String, Int32) offset: 0x189
  1458.  -LINQPad.QueryCore+<>c__DisplayClass132_0 System.Collections.Generic.IEnumerable`1[LINQPad.LanguageServices.LinqReference] <get_ResolvedLinqReferences>b__0(System.String) offset: 0xC
  1459.  -System.Linq.Enumerable+SelectManySingleSelectorIterator`2 Boolean MoveNext() offset: 0x0
  1460.  -System.Collections.Generic.HashSet`1 Void UnionWith(System.Collections.Generic.IEnumerable`1[T]) offset: 0x38
  1461.  -System.Collections.Generic.HashSet`1 Void .ctor(System.Collections.Generic.IEnumerable`1[T], System.Collections.Generic.IEqualityComparer`1[T]) offset: 0xA
  1462.  -System.Linq.Enumerable+DistinctIterator`1 TSource[] ToArray() offset: 0x11
  1463.  -LINQPad.QueryCore LINQPad.LanguageServices.LinqReference[] get_ResolvedLinqReferences() offset: 0xAA
  1464.  -LINQPad.ReferenceSet LINQPad.ReferenceSet Get(LINQPad.Extensibility.DataContext.DCDriverLoader, LINQPad.Repository, LINQPad.QueryCore, System.String, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x34
  1465.  -LINQPad.ReferenceSet LINQPad.ReferenceSet ForQuery(LINQPad.QueryCore, System.IO.TextWriter, System.Collections.Generic.List`1[LINQPad.NuGetInterop.PackageInfo], System.Collections.Generic.List`1[LINQPad.NuGetPackageRef]) offset: 0x18
  1466.  -LINQPad.QueryCore LINQPad.ReferenceSet get_CombinedQueryReferences() offset: 0xA2
  1467.  -LINQPad.QueryCore LINQPad.QueryCore CloneForCompilation(Boolean) offset: 0x1A8
  1468.  -LINQPad.QueryCore LINQPad.ExecutionModel.QueryCompiler GetCompiler(Boolean, Boolean) offset: 0xFF
  1469.  -LINQPad.UI.QueryEditor LINQPad.LanguageServices.UserProgram <get_Services>b__17_4(System.Threading.CancellationToken, Int32) offset: 0xC
  1470.  -LINQPad.LanguageServices.EditorServices LINQPad.LanguageServices.UserProgram GetParsedUserProgram(System.Threading.CancellationToken) offset: 0x142
  1471.  -UvnDFubQiZk360DKleb.NoUHJCbnbeA0NXptQvO skth15bzxqhlAONmHoQ.a4c90TbElw99elibIsf GetParseContext(System.Threading.CancellationToken) offset: 0x27F
  1472.  -GG8oDyyS5WGKmYRAI2i.u7icDQyTtCScAoUy5qJ+<GetCodeChangeSuggestionsAsync>d__26 Void MoveNext() offset: 0xE9
  1473.  -System.Runtime.ExceptionServices.ExceptionDispatchInfo Void Throw() offset: 0x11
  1474.  -System.Runtime.ExceptionServices.ExceptionDispatchInfo Void Throw(System.Exception) offset: 0x0
  1475.  -LINQPad.SystemExtensions Void ThrowWithOriginalStackTrace(System.Exception) offset: 0x1
  1476.  -LINQPad.TaskExtensions T GetResult[T](System.Threading.Tasks.Task`1[T]) offset: 0x7D
  1477.  -LINQPad.UI.Lexers.BaseSyntaxLanguage Boolean ShowCodeChangeSuggestionsSmartTag(ActiproSoftware.SyntaxEditor.SyntaxEditor, Int32, Boolean) offset: 0x39
  1478.  -LINQPad.UI.Lexers.BaseSyntaxLanguage Void OnSyntaxEditorViewMouseHover(ActiproSoftware.SyntaxEditor.SyntaxEditor, ActiproSoftware.SyntaxEditor.EditorViewMouseEventArgs) offset: 0x2C
  1479. ========================================================================================================================
  1480.  
Advertisement
Add Comment
Please, Sign In to add comment