[Trace - 10:08:59 PM] Sending request 'initialize - (1)'. Params: { "processId": null, "rootPath": "/home/user/dev/exp/net3", "clientInfo": { "name": "emacs", "version": "GNU Emacs 28.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.20, cairo version 1.17.3)\n of 2020-06-01" }, "rootUri": "file:///home/user/dev/exp/net3", "capabilities": { "workspace": { "workspaceEdit": { "documentChanges": true, "resourceOperations": [ "create", "rename", "delete" ] }, "applyEdit": true, "symbol": { "symbolKind": { "valueSet": [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26 ] } }, "executeCommand": { "dynamicRegistration": false }, "didChangeWatchedFiles": { "dynamicRegistration": true }, "workspaceFolders": true, "configuration": true }, "textDocument": { "declaration": { "linkSupport": true }, "definition": { "linkSupport": true }, "implementation": { "linkSupport": true }, "typeDefinition": { "linkSupport": true }, "synchronization": { "willSave": true, "didSave": true, "willSaveWaitUntil": true }, "documentSymbol": { "symbolKind": { "valueSet": [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26 ] }, "hierarchicalDocumentSymbolSupport": true }, "formatting": { "dynamicRegistration": true }, "rangeFormatting": { "dynamicRegistration": true }, "rename": { "dynamicRegistration": true, "prepareSupport": true }, "codeAction": { "dynamicRegistration": true, "isPreferredSupport": true, "codeActionLiteralSupport": { "codeActionKind": { "valueSet": [ "", "quickfix", "refactor", "refactor.extract", "refactor.inline", "refactor.rewrite", "source", "source.organizeImports" ] } } }, "completion": { "completionItem": { "snippetSupport": true, "documentationFormat": [ "markdown" ] }, "contextSupport": true }, "signatureHelp": { "signatureInformation": { "parameterInformation": { "labelOffsetSupport": true } } }, "documentLink": { "dynamicRegistration": true, "tooltipSupport": true }, "hover": { "contentFormat": [ "markdown", "plaintext" ] }, "foldingRange": { "dynamicRegistration": true }, "callHierarchy": { "dynamicRegistration": false }, "publishDiagnostics": { "relatedInformation": true, "tagSupport": { "valueSet": [ 1, 2 ] }, "versionSupport": true } }, "window": { "workDoneProgress": true } }, "initializationOptions": null, "workDoneToken": "1" } [Trace - 10:09:00 PM] Received response 'initialize - (1)' in 182ms. Result: { "capabilities": { "textDocumentSync": { "openClose": true, "change": 1, "willSave": null, "willSaveWaitUntil": null, "save": { "includeText": true } }, "hoverProvider": true, "completionProvider": { "resolveProvider": null, "triggerCharacters": [ "." ] }, "signatureHelpProvider": { "triggerCharacters": [ ".", "?", "[" ] }, "definitionProvider": true, "referencesProvider": true, "documentHighlightProvider": null, "documentSymbolProvider": true, "workspaceSymbolProvider": null, "codeLensProvider": { "resolveProvider": true }, "documentFormattingProvider": null, "documentRangeFormattingProvider": null, "documentOnTypeFormattingProvider": { "firstTriggerCharacter": ";", "moreTriggerCharacter": [ "}", ")" ] }, "executeCommandProvider": { "commands": [] }, "experimental": {} } } [Trace - 10:09:00 PM] Sending notification 'initialized'. Params: {} [Trace - 10:09:00 PM] Sending notification 'textDocument/didOpen'. Params: { "textDocument": { "uri": "file:///home/user/dev/exp/net3/Controllers/HomeController.cs", "languageId": "csharp", "version": 0, "text": "using System;\nusing System.Collections.Generic;\nusing System.Diagnostics;\nusing System.Linq;\nusing System.Threading.Tasks;\nusing Microsoft.AspNetCore.Mvc;\nusing Microsoft.Extensions.Logging;\nusing net3.Models;\n\nnamespace net3.Controllers\n{\n public class HomeController : Controller\n {\n private readonly ILogger _logger;\n\n public HomeController(ILogger logger)\n {\n _logger = logger;\n }\n\n public IActionResult Index()\n {\n return View();\n }\n\n public IActionResult Privacy()\n {\n return View();\n }\n\n [ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoStore = true)]\n public IActionResult Error()\n {\n return View(new ErrorViewModel { RequestId = Activity.Current?.Id ?? HttpContext.TraceIdentifier });\n }\n }\n}\n" } } [Trace - 10:09:00 PM] Received notification 'window/logMessage'. Params: { "type": 4, "message": "initialized..." } [Trace - 10:09:00 PM] Received request 'client/registerCapability - (1). Params: { "registrations": [ { "id": "525f2d4c-511d-4ab5-80ae-2acfec00e65c", "method": "textDocument/rename", "registerOptions": { "prepareProvider": null, "documentSelector": [ { "pattern": "**/*.cake" } ] } } ] } [Trace - 10:09:00 PM] Sending response 'client/registerCapability - (1)'. Processing request took 0ms Params: { "jsonrpc": "2.0", "id": 1, "result": null } [Trace - 10:09:00 PM] Received request 'client/registerCapability - (2). Params: { "registrations": [ { "id": "b959034c-a5c7-4089-9690-bc6b6386892b", "method": "textDocument/rename", "registerOptions": { "prepareProvider": null, "documentSelector": [ { "pattern": "**/*.cs" }, { "pattern": "**/*.csx" } ] } } ] } [Trace - 10:09:00 PM] Sending response 'client/registerCapability - (2)'. Processing request took 0ms Params: { "jsonrpc": "2.0", "id": 2, "result": null } [Trace - 10:09:00 PM] Received request 'client/registerCapability - (3). Params: { "registrations": [ { "id": "a2a74240-7518-402f-97b1-2f0c38a1f147", "method": "textDocument/codeAction", "registerOptions": { "codeActionKinds": [ "source.organizeImports", "refactor", "refactor.extract" ], "documentSelector": [ { "pattern": "**/*.cake" } ] } } ] } [Trace - 10:09:00 PM] Sending response 'client/registerCapability - (3)'. Processing request took 0ms Params: { "jsonrpc": "2.0", "id": 3, "result": null } [Trace - 10:09:00 PM] Sending request 'textDocument/codeAction - (2)'. Params: { "textDocument": { "uri": "file:///home/user/dev/exp/net3/Controllers/HomeController.cs" }, "range": { "start": { "line": 15, "character": 31 }, "end": { "line": 15, "character": 31 } }, "context": { "diagnostics": [] } } [Trace - 10:09:00 PM] Received request 'client/registerCapability - (4). Params: { "registrations": [ { "id": "9d90df7b-9784-451d-ae0f-ad97b596ace8", "method": "textDocument/codeAction", "registerOptions": { "codeActionKinds": [ "source.organizeImports", "refactor", "refactor.extract" ], "documentSelector": [ { "pattern": "**/*.cs" }, { "pattern": "**/*.csx" } ] } } ] } [Trace - 10:09:00 PM] Sending response 'client/registerCapability - (4)'. Processing request took 0ms Params: { "jsonrpc": "2.0", "id": 4, "result": null } [Trace - 10:09:00 PM] Received request 'client/registerCapability - (5). Params: { "registrations": [ { "id": "366aab9d-df71-4adc-84a6-d7d5c2507a86", "method": "textDocument/formatting", "registerOptions": { "documentSelector": [ { "pattern": "**/*.cs" }, { "pattern": "**/*.csx" } ] } } ] } [Trace - 10:09:00 PM] Sending response 'client/registerCapability - (5)'. Processing request took 0ms Params: { "jsonrpc": "2.0", "id": 5, "result": null } [Trace - 10:09:00 PM] Received request 'client/registerCapability - (6). Params: { "registrations": [ { "id": "fc45356d-1c1f-4a51-b89e-e5532af8970b", "method": "textDocument/rangeFormatting", "registerOptions": { "documentSelector": [ { "pattern": "**/*.cs" }, { "pattern": "**/*.csx" } ] } } ] } [Trace - 10:09:00 PM] Sending response 'client/registerCapability - (6)'. Processing request took 0ms Params: { "jsonrpc": "2.0", "id": 6, "result": null } [Trace - 10:09:00 PM] Sending notification '$/cancelRequest'. Params: { "id": 2 } [Trace - 10:09:00 PM] Sending request 'textDocument/codeAction - (3)'. Params: { "textDocument": { "uri": "file:///home/user/dev/exp/net3/Controllers/HomeController.cs" }, "range": { "start": { "line": 15, "character": 31 }, "end": { "line": 15, "character": 31 } }, "context": { "diagnostics": [] } } [Trace - 10:09:00 PM] Sending notification '$/cancelRequest'. Params: { "id": 3 } [Trace - 10:09:00 PM] Sending request 'textDocument/codeAction - (4)'. Params: { "textDocument": { "uri": "file:///home/user/dev/exp/net3/Controllers/HomeController.cs" }, "range": { "start": { "line": 15, "character": 31 }, "end": { "line": 15, "character": 31 } }, "context": { "diagnostics": [] } } [Trace - 10:09:00 PM] Sending notification '$/cancelRequest'. Params: { "id": 4 } [Trace - 10:09:00 PM] Sending request 'textDocument/codeAction - (5)'. Params: { "textDocument": { "uri": "file:///home/user/dev/exp/net3/Controllers/HomeController.cs" }, "range": { "start": { "line": 15, "character": 31 }, "end": { "line": 15, "character": 31 } }, "context": { "diagnostics": [] } } [Trace - 10:09:00 PM] Received response 'nil - (2)' in 0ms. Result: [] [Trace - 10:09:00 PM] Received response 'nil - (3)' in 0ms. Result: [] [Trace - 10:09:00 PM] Received response 'nil - (4)' in 0ms. Result: [] [Trace - 10:09:00 PM] Received response 'textDocument/codeAction - (5)' in 37ms. Result: [] [Trace - 10:09:05 PM] Sending request 'textDocument/completion - (6)'. Params: { "textDocument": { "uri": "file:///home/user/dev/exp/net3/Controllers/HomeController.cs" }, "position": { "line": 15, "character": 32 }, "context": { "triggerKind": 1 } } [Trace - 10:09:05 PM] Sending notification 'textDocument/didChange'. Params: { "textDocument": { "uri": "file:///home/user/dev/exp/net3/Controllers/HomeController.cs", "version": 1 }, "contentChanges": [ { "text": "using System;\nusing System.Collections.Generic;\nusing System.Diagnostics;\nusing System.Linq;\nusing System.Threading.Tasks;\nusing Microsoft.AspNetCore.Mvc;\nusing Microsoft.Extensions.Logging;\nusing net3.Models;\n\nnamespace net3.Controllers\n{\n public class HomeController : Controller\n {\n private readonly ILogger _logger;\n\n public HomeController(ILLogger logger)\n {\n _logger = logger;\n }\n\n public IActionResult Index()\n {\n return View();\n }\n\n public IActionResult Privacy()\n {\n return View();\n }\n\n [ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoStore = true)]\n public IActionResult Error()\n {\n return View(new ErrorViewModel { RequestId = Activity.Current?.Id ?? HttpContext.TraceIdentifier });\n }\n }\n}\n" } ] } [Trace - 10:09:06 PM] Sending request 'textDocument/hover - (7)'. Params: { "textDocument": { "uri": "file:///home/user/dev/exp/net3/Controllers/HomeController.cs" }, "position": { "line": 15, "character": 32 } } [Trace - 10:09:06 PM] Sending request 'textDocument/codeAction - (8)'. Params: { "textDocument": { "uri": "file:///home/user/dev/exp/net3/Controllers/HomeController.cs" }, "range": { "start": { "line": 15, "character": 32 }, "end": { "line": 15, "character": 32 } }, "context": { "diagnostics": [] } } [Trace - 10:09:06 PM] Received response 'textDocument/completion - (6)' in 33ms. Result: [ { "label": "ValueTuple", "kind": 10, "detail": " (T1, T2) (+ 25 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "(${1:T1}, ${2:T2})$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "AcceptedAtActionResult", "kind": 7, "detail": " AcceptedAtActionResult (+ 1 overload(s))", "documentation": "An Microsoft.AspNetCore.Mvc.ActionResult that returns a Accepted (202) response with a Location header.\n", "deprecated": null, "preselect": null, "insertText": "AcceptedAtActionResult$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "AcceptedAtRouteResult", "kind": 7, "detail": " AcceptedAtRouteResult (+ 2 overload(s))", "documentation": "An Microsoft.AspNetCore.Mvc.ActionResult that returns a Accepted (202) response with a Location header.\n", "deprecated": null, "preselect": null, "insertText": "AcceptedAtRouteResult$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "AcceptedResult", "kind": 7, "detail": " AcceptedResult (+ 3 overload(s))", "documentation": "An Microsoft.AspNetCore.Mvc.ActionResult that returns an Accepted (202) response with a Location header.\n", "deprecated": null, "preselect": null, "insertText": "AcceptedResult$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "AcceptVerbsAttribute", "kind": 7, "detail": " AcceptVerbsAttribute (+ 2 overload(s))", "documentation": "Specifies what HTTP methods an action supports.\n", "deprecated": null, "preselect": null, "insertText": "AcceptVerbsAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "AccessViolationException", "kind": 7, "detail": " AccessViolationException (+ 4 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "AccessViolationException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Action", "kind": 7, "detail": " Action (+ 33 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "Action$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ActionContext", "kind": 7, "detail": " ActionContext (+ 4 overload(s))", "documentation": "Context object for execution of action which has been selected as part of an HTTP request.\n", "deprecated": null, "preselect": null, "insertText": "ActionContext$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ActionContextAttribute", "kind": 7, "detail": " ActionContextAttribute (+ 1 overload(s))", "documentation": "Specifies that a controller property should be set with the current\nMicrosoft.AspNetCore.Mvc.ActionContext when creating the controller. The property must have a public\nset method.\n", "deprecated": null, "preselect": null, "insertText": "ActionContextAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ActionNameAttribute", "kind": 7, "detail": " ActionNameAttribute (+ 1 overload(s))", "documentation": "Specifies the name of an action.\n", "deprecated": null, "preselect": null, "insertText": "ActionNameAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ActionResult", "kind": 7, "detail": " ActionResult (+ 4 overload(s))", "documentation": "A default implementation of Microsoft.AspNetCore.Mvc.IActionResult .\n", "deprecated": null, "preselect": null, "insertText": "ActionResult$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Activator", "kind": 7, "detail": " Activator", "documentation": "", "deprecated": null, "preselect": null, "insertText": "Activator$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Activity", "kind": 7, "detail": " Activity (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "Activity$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ActivityIdFormat", "kind": 13, "detail": " ActivityIdFormat", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ActivityIdFormat$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ActivitySpanId", "kind": 10, "detail": " ActivitySpanId (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ActivitySpanId$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ActivityTraceFlags", "kind": 13, "detail": " ActivityTraceFlags", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ActivityTraceFlags$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ActivityTraceId", "kind": 10, "detail": " ActivityTraceId (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ActivityTraceId$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "AggregateException", "kind": 7, "detail": " AggregateException (+ 8 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "AggregateException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "AntiforgeryValidationFailedResult", "kind": 7, "detail": " AntiforgeryValidationFailedResult (+ 1 overload(s))", "documentation": "A Microsoft.AspNetCore.Mvc.BadRequestResult used for antiforgery validation\nfailures. Use Microsoft.AspNetCore.Mvc.Core.Infrastructure.IAntiforgeryValidationFailedResult to\nmatch for validation failures inside MVC result filters.\n", "deprecated": null, "preselect": null, "insertText": "AntiforgeryValidationFailedResult$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ApiBehaviorOptions", "kind": 7, "detail": " ApiBehaviorOptions (+ 1 overload(s))", "documentation": "Options used to configure behavior for types annotated with Microsoft.AspNetCore.Mvc.ApiControllerAttribute .\n", "deprecated": null, "preselect": null, "insertText": "ApiBehaviorOptions$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ApiControllerAttribute", "kind": 7, "detail": " ApiControllerAttribute (+ 1 overload(s))", "documentation": "Indicates that a type and all derived types are used to serve HTTP API responses.\n\nControllers decorated with this attribute are configured with features and behavior targeted at improving the\ndeveloper experience for building APIs.\n\nWhen decorated on an assembly, all controllers in the assembly will be treated as controllers with API behavior.\n", "deprecated": null, "preselect": null, "insertText": "ApiControllerAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ApiConventionMethodAttribute", "kind": 7, "detail": " ApiConventionMethodAttribute (+ 1 overload(s))", "documentation": "API conventions to be applied to a controller action.\n\nAPI conventions are used to influence the output of ApiExplorer.\nMicrosoft.AspNetCore.Mvc.ApiConventionMethodAttribute can be used to specify an exact convention method that applies\nto an action. \nSee also: Microsoft.AspNetCore.Mvc.ApiConventionTypeAttribute for details about applying conventions at\nthe assembly or controller level.\n", "deprecated": null, "preselect": null, "insertText": "ApiConventionMethodAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ApiConventionTypeAttribute", "kind": 7, "detail": " ApiConventionTypeAttribute (+ 1 overload(s))", "documentation": "API conventions to be applied to an assembly containing MVC controllers or a single controller.\n\nAPI conventions are used to influence the output of ApiExplorer. \nConventions must be static types. Methods in a convention are\nmatched to an action method using rules specified by Microsoft.AspNetCore.Mvc.ApiExplorer.ApiConventionNameMatchAttribute that may be applied to a method name or it's parameters and Microsoft.AspNetCore.Mvc.ApiExplorer.ApiConventionTypeMatchAttribute that are applied to parameters.\n\nWhen no attributes are found specifying the behavior, MVC matches method names and parameter names are matched\nusing Microsoft.AspNetCore.Mvc.ApiExplorer.ApiConventionNameMatchBehavior.Exact and parameter types are matched\nusing Microsoft.AspNetCore.Mvc.ApiExplorer.ApiConventionTypeMatchBehavior.AssignableFrom .\n", "deprecated": null, "preselect": null, "insertText": "ApiConventionTypeAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ApiDescriptionActionData", "kind": 7, "detail": " ApiDescriptionActionData (+ 1 overload(s))", "documentation": "Represents data used to build an ApiDescription, stored as part of the\nMicrosoft.AspNetCore.Mvc.Abstractions.ActionDescriptor.Properties .\n", "deprecated": null, "preselect": null, "insertText": "ApiDescriptionActionData$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ApiExplorerSettingsAttribute", "kind": 7, "detail": " ApiExplorerSettingsAttribute (+ 1 overload(s))", "documentation": "Controls the visibility and group name for an ApiDescriptionof the associated controller class or action method.\n", "deprecated": null, "preselect": null, "insertText": "ApiExplorerSettingsAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "AppContext", "kind": 7, "detail": " AppContext", "documentation": "", "deprecated": null, "preselect": null, "insertText": "AppContext$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "AppDomain", "kind": 7, "detail": " AppDomain", "documentation": "", "deprecated": null, "preselect": null, "insertText": "AppDomain$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "AppDomainSetup", "kind": 7, "detail": " AppDomainSetup", "documentation": "", "deprecated": null, "preselect": null, "insertText": "AppDomainSetup$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "AppDomainUnloadedException", "kind": 7, "detail": " AppDomainUnloadedException (+ 4 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "AppDomainUnloadedException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ApplicationException", "kind": 7, "detail": " ApplicationException (+ 4 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ApplicationException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ApplicationId", "kind": 7, "detail": " ApplicationId (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ApplicationId$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ApplicationIdentity", "kind": 7, "detail": " ApplicationIdentity (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ApplicationIdentity$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "AreaAttribute", "kind": 7, "detail": " AreaAttribute (+ 1 overload(s))", "documentation": "Specifies the area containing a controller or action.\n", "deprecated": null, "preselect": null, "insertText": "AreaAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ArgIterator", "kind": 10, "detail": " ArgIterator (+ 3 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ArgIterator$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ArgumentException", "kind": 7, "detail": " ArgumentException (+ 6 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ArgumentException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ArgumentNullException", "kind": 7, "detail": " ArgumentNullException (+ 5 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ArgumentNullException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ArgumentOutOfRangeException", "kind": 7, "detail": " ArgumentOutOfRangeException (+ 6 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ArgumentOutOfRangeException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ArithmeticException", "kind": 7, "detail": " ArithmeticException (+ 4 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ArithmeticException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Array", "kind": 7, "detail": " Array", "documentation": "", "deprecated": null, "preselect": null, "insertText": "Array$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ArraySegment", "kind": 10, "detail": " ArraySegment (+ 3 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ArraySegment<${1:T}>$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ArrayTypeMismatchException", "kind": 7, "detail": " ArrayTypeMismatchException (+ 4 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ArrayTypeMismatchException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "AssemblyLoadEventArgs", "kind": 7, "detail": " AssemblyLoadEventArgs (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "AssemblyLoadEventArgs$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "AssemblyLoadEventHandler", "kind": 7, "detail": " AssemblyLoadEventHandler (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "AssemblyLoadEventHandler$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "AsyncCallback", "kind": 7, "detail": " AsyncCallback (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "AsyncCallback$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Attribute", "kind": 7, "detail": " Attribute (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "Attribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "AttributeTargets", "kind": 13, "detail": " AttributeTargets", "documentation": "", "deprecated": null, "preselect": null, "insertText": "AttributeTargets$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "AttributeUsageAttribute", "kind": 7, "detail": " AttributeUsageAttribute (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "AttributeUsageAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "AutoValidateAntiforgeryTokenAttribute", "kind": 7, "detail": " AutoValidateAntiforgeryTokenAttribute (+ 1 overload(s))", "documentation": "An attribute that causes validation of antiforgery tokens for all unsafe HTTP methods. An antiforgery\ntoken is required for HTTP methods other than GET, HEAD, OPTIONS, and TRACE.\n\nRemarks:\nMicrosoft.AspNetCore.Mvc.AutoValidateAntiforgeryTokenAttribute can be applied as a global filter to trigger\nvalidation of antiforgery tokens by default for an application. Use\nMicrosoft.AspNetCore.Mvc.IgnoreAntiforgeryTokenAttribute to suppress validation of the antiforgery token for\na controller or action.\n", "deprecated": null, "preselect": null, "insertText": "AutoValidateAntiforgeryTokenAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "BadImageFormatException", "kind": 7, "detail": " BadImageFormatException (+ 6 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "BadImageFormatException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "BadRequestObjectResult", "kind": 7, "detail": " BadRequestObjectResult (+ 2 overload(s))", "documentation": "An Microsoft.AspNetCore.Mvc.ObjectResult that when executed will produce a Bad Request (400) response.\n", "deprecated": null, "preselect": null, "insertText": "BadRequestObjectResult$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "BadRequestResult", "kind": 7, "detail": " BadRequestResult (+ 1 overload(s))", "documentation": "A Microsoft.AspNetCore.Mvc.StatusCodeResult that when\nexecuted will produce a Bad Request (400) response.\n", "deprecated": null, "preselect": null, "insertText": "BadRequestResult$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Base64FormattingOptions", "kind": 13, "detail": " Base64FormattingOptions", "documentation": "", "deprecated": null, "preselect": null, "insertText": "Base64FormattingOptions$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "BindAttribute", "kind": 7, "detail": " BindAttribute (+ 1 overload(s))", "documentation": "This attribute can be used on action parameters and types, to indicate model level metadata.\n", "deprecated": null, "preselect": null, "insertText": "BindAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "BindPropertiesAttribute", "kind": 7, "detail": " BindPropertiesAttribute (+ 1 overload(s))", "documentation": "An attribute that enables binding for all properties the decorated controller or Razor Page model defines.\n", "deprecated": null, "preselect": null, "insertText": "BindPropertiesAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "BindPropertyAttribute", "kind": 7, "detail": " BindPropertyAttribute (+ 1 overload(s))", "documentation": "An attribute that can specify a model name or type of Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder to use for binding the\nassociated property.\n\nRemarks:\nSimilar to Microsoft.AspNetCore.Mvc.ModelBinderAttribute . Unlike that attribute, Microsoft.AspNetCore.Mvc.BindPropertyAttribute applies only to properties and adds an Microsoft.AspNetCore.Mvc.ModelBinding.IRequestPredicateProvider implementation that by default\nindicates the property should not be bound for HTTP GET requests (see also Microsoft.AspNetCore.Mvc.BindPropertyAttribute.SupportsGet ).\n", "deprecated": null, "preselect": null, "insertText": "BindPropertyAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "BitConverter", "kind": 7, "detail": " BitConverter", "documentation": "", "deprecated": null, "preselect": null, "insertText": "BitConverter$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "bool", "kind": 14, "detail": " bool", "documentation": null, "deprecated": null, "preselect": null, "insertText": "bool", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Boolean", "kind": 10, "detail": " bool (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "bool$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "BooleanSwitch", "kind": 7, "detail": " BooleanSwitch (+ 2 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "BooleanSwitch$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Buffer", "kind": 7, "detail": " Buffer", "documentation": "", "deprecated": null, "preselect": null, "insertText": "Buffer$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Byte", "kind": 10, "detail": " byte (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "byte$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "byte", "kind": 14, "detail": " byte", "documentation": null, "deprecated": null, "preselect": null, "insertText": "byte", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "CacheProfile", "kind": 7, "detail": " CacheProfile (+ 1 overload(s))", "documentation": "Defines a set of settings which can be used for response caching.\n", "deprecated": null, "preselect": null, "insertText": "CacheProfile$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "CannotUnloadAppDomainException", "kind": 7, "detail": " CannotUnloadAppDomainException (+ 4 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "CannotUnloadAppDomainException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ChallengeResult", "kind": 7, "detail": " ChallengeResult (+ 6 overload(s))", "documentation": "An Microsoft.AspNetCore.Mvc.ActionResult that on execution invokes HttpContext.ChallengeAsync .\n", "deprecated": null, "preselect": null, "insertText": "ChallengeResult$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "char", "kind": 14, "detail": " char", "documentation": null, "deprecated": null, "preselect": null, "insertText": "char", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Char", "kind": 10, "detail": " char (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "char$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "CharEnumerator", "kind": 7, "detail": " CharEnumerator", "documentation": "", "deprecated": null, "preselect": null, "insertText": "CharEnumerator$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ClientErrorData", "kind": 7, "detail": " ClientErrorData (+ 1 overload(s))", "documentation": "Information for producing client errors. This type is used to configure client errors\nproduced by consumers of Microsoft.AspNetCore.Mvc.ApiBehaviorOptions.ClientErrorMapping .\n", "deprecated": null, "preselect": null, "insertText": "ClientErrorData$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "CLSCompliantAttribute", "kind": 7, "detail": " CLSCompliantAttribute (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "CLSCompliantAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "CollectionExtensions", "kind": 7, "detail": " CollectionExtensions", "documentation": "", "deprecated": null, "preselect": null, "insertText": "CollectionExtensions$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Comparer", "kind": 7, "detail": " Comparer (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "Comparer<${1:T}>$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Comparison", "kind": 7, "detail": " Comparison (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "Comparison<${1:T}>$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "CompatibilityVersion", "kind": 13, "detail": " CompatibilityVersion", "documentation": "Specifies the version compatibility of runtime behaviors configured by Microsoft.AspNetCore.Mvc.MvcOptions .\n\nRemarks:\n\nThe best way to set a compatibility version is by using\nMicrosoft.Extensions.DependencyInjection.MvcCoreMvcBuilderExtensions.SetCompatibilityVersion(Microsoft.Extensions.DependencyInjection.IMvcBuilder,Microsoft.AspNetCore.Mvc.CompatibilityVersion) or\nMicrosoft.Extensions.DependencyInjection.MvcCoreMvcCoreBuilderExtensions.SetCompatibilityVersion(Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder,Microsoft.AspNetCore.Mvc.CompatibilityVersion) in your application's\nConfigureServicesmethod.\n\nExample:\nSetting the compatibility version using Microsoft.Extensions.DependencyInjection.IMvcBuilder :\n\n public class Startup\n {\n ...\n \n public void ConfigureServices(IServiceCollection services)\n {\n services.AddMvc().SetCompatibilityVersion(CompatibilityVersion.Version_3_0);\n }\n \n ...\n }\n \nSetting compatibility version to a specific version will change the default values of various\nsettings to match a particular minor release of ASP.NET Core MVC.\n", "deprecated": null, "preselect": null, "insertText": "CompatibilityVersion$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ConcurrentExclusiveSchedulerPair", "kind": 7, "detail": " ConcurrentExclusiveSchedulerPair (+ 4 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ConcurrentExclusiveSchedulerPair$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ConditionalAttribute", "kind": 7, "detail": " ConditionalAttribute (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ConditionalAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ConflictObjectResult", "kind": 7, "detail": " ConflictObjectResult (+ 2 overload(s))", "documentation": "An Microsoft.AspNetCore.Mvc.ObjectResult that when executed will produce a Conflict (409) response.\n", "deprecated": null, "preselect": null, "insertText": "ConflictObjectResult$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ConflictResult", "kind": 7, "detail": " ConflictResult (+ 1 overload(s))", "documentation": "A Microsoft.AspNetCore.Mvc.StatusCodeResult that when executed will produce a Conflict (409) response.\n", "deprecated": null, "preselect": null, "insertText": "ConflictResult$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Console", "kind": 7, "detail": " Console", "documentation": "", "deprecated": null, "preselect": null, "insertText": "Console$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ConsoleCancelEventArgs", "kind": 7, "detail": " ConsoleCancelEventArgs", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ConsoleCancelEventArgs$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ConsoleCancelEventHandler", "kind": 7, "detail": " ConsoleCancelEventHandler (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ConsoleCancelEventHandler$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ConsoleColor", "kind": 13, "detail": " ConsoleColor", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ConsoleColor$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ConsoleKey", "kind": 13, "detail": " ConsoleKey", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ConsoleKey$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ConsoleKeyInfo", "kind": 10, "detail": " ConsoleKeyInfo (+ 2 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ConsoleKeyInfo$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ConsoleLoggerExtensions", "kind": 7, "detail": " ConsoleLoggerExtensions", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ConsoleLoggerExtensions$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ConsoleModifiers", "kind": 13, "detail": " ConsoleModifiers", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ConsoleModifiers$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ConsoleSpecialKey", "kind": 13, "detail": " ConsoleSpecialKey", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ConsoleSpecialKey$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ConsoleTraceListener", "kind": 7, "detail": " ConsoleTraceListener (+ 2 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ConsoleTraceListener$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ConsumesAttribute", "kind": 7, "detail": " ConsumesAttribute (+ 1 overload(s))", "documentation": "A filter that specifies the supported request content types. Microsoft.AspNetCore.Mvc.ConsumesAttribute.ContentTypes is used to select an\naction when there would otherwise be multiple matches.\n", "deprecated": null, "preselect": null, "insertText": "ConsumesAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ContentResult", "kind": 7, "detail": " ContentResult (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ContentResult$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ContextBoundObject", "kind": 7, "detail": " ContextBoundObject (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ContextBoundObject$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ContextMarshalException", "kind": 7, "detail": " ContextMarshalException (+ 4 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ContextMarshalException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ContextStaticAttribute", "kind": 7, "detail": " ContextStaticAttribute (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ContextStaticAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Controller", "kind": 7, "detail": " Controller (+ 1 overload(s))", "documentation": "A base class for an MVC controller with view support.\n", "deprecated": null, "preselect": null, "insertText": "Controller$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ControllerAttribute", "kind": 7, "detail": " ControllerAttribute (+ 1 overload(s))", "documentation": "Indicates that the type and any derived types that this attribute is applied to\nare considered a controller by the default controller discovery mechanism, unless\nMicrosoft.AspNetCore.Mvc.NonControllerAttribute is applied to any type in the hierarchy.\n", "deprecated": null, "preselect": null, "insertText": "ControllerAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ControllerBase", "kind": 7, "detail": " ControllerBase (+ 1 overload(s))", "documentation": "A base class for an MVC controller without view support.\n", "deprecated": null, "preselect": null, "insertText": "ControllerBase$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ControllerContext", "kind": 7, "detail": " ControllerContext (+ 2 overload(s))", "documentation": "The context associated with the current request for a controller.\n", "deprecated": null, "preselect": null, "insertText": "ControllerContext$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ControllerContextAttribute", "kind": 7, "detail": " ControllerContextAttribute (+ 1 overload(s))", "documentation": "Specifies that a controller property should be set with the current\nMicrosoft.AspNetCore.Mvc.ControllerContext when creating the controller. The property must have a public\nset method.\n", "deprecated": null, "preselect": null, "insertText": "ControllerContextAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Controllers", "kind": 9, "detail": " Controllers", "documentation": "", "deprecated": null, "preselect": null, "insertText": "Controllers$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Convert", "kind": 7, "detail": " Convert", "documentation": "", "deprecated": null, "preselect": null, "insertText": "Convert$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Converter", "kind": 7, "detail": " Converter (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "Converter<${1:TInput}, ${2:TOutput}>$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "CookieTempDataProviderOptions", "kind": 7, "detail": " CookieTempDataProviderOptions (+ 1 overload(s))", "documentation": "Provides programmatic configuration for cookies set by Microsoft.AspNetCore.Mvc.ViewFeatures.CookieTempDataProvider ", "deprecated": null, "preselect": null, "insertText": "CookieTempDataProviderOptions$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "CorrelationManager", "kind": 7, "detail": " CorrelationManager", "documentation": "", "deprecated": null, "preselect": null, "insertText": "CorrelationManager$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "CreatedAtActionResult", "kind": 7, "detail": " CreatedAtActionResult (+ 1 overload(s))", "documentation": "An Microsoft.AspNetCore.Mvc.ActionResult that returns a Created (201) response with a Location header.\n", "deprecated": null, "preselect": null, "insertText": "CreatedAtActionResult$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "CreatedAtRouteResult", "kind": 7, "detail": " CreatedAtRouteResult (+ 2 overload(s))", "documentation": "An Microsoft.AspNetCore.Mvc.ActionResult that returns a Created (201) response with a Location header.\n", "deprecated": null, "preselect": null, "insertText": "CreatedAtRouteResult$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "CreatedResult", "kind": 7, "detail": " CreatedResult (+ 2 overload(s))", "documentation": "An Microsoft.AspNetCore.Mvc.ActionResult that returns a Created (201) response with a Location header.\n", "deprecated": null, "preselect": null, "insertText": "CreatedResult$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "DataMisalignedException", "kind": 7, "detail": " DataMisalignedException (+ 3 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "DataMisalignedException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "DataReceivedEventArgs", "kind": 7, "detail": " DataReceivedEventArgs", "documentation": "", "deprecated": null, "preselect": null, "insertText": "DataReceivedEventArgs$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "DataReceivedEventHandler", "kind": 7, "detail": " DataReceivedEventHandler (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "DataReceivedEventHandler$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "DateTime", "kind": 10, "detail": " DateTime (+ 12 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "DateTime$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "DateTimeKind", "kind": 13, "detail": " DateTimeKind", "documentation": "", "deprecated": null, "preselect": null, "insertText": "DateTimeKind$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "DateTimeOffset", "kind": 10, "detail": " DateTimeOffset (+ 7 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "DateTimeOffset$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "DayOfWeek", "kind": 13, "detail": " DayOfWeek", "documentation": "", "deprecated": null, "preselect": null, "insertText": "DayOfWeek$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "DBNull", "kind": 7, "detail": " DBNull", "documentation": "", "deprecated": null, "preselect": null, "insertText": "DBNull$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Debug", "kind": 7, "detail": " Debug", "documentation": "", "deprecated": null, "preselect": null, "insertText": "Debug$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "DebuggableAttribute", "kind": 7, "detail": " DebuggableAttribute (+ 2 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "DebuggableAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Debugger", "kind": 7, "detail": " Debugger", "documentation": "", "deprecated": null, "preselect": null, "insertText": "Debugger$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "DebuggerBrowsableAttribute", "kind": 7, "detail": " DebuggerBrowsableAttribute (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "DebuggerBrowsableAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "DebuggerBrowsableState", "kind": 13, "detail": " DebuggerBrowsableState", "documentation": "", "deprecated": null, "preselect": null, "insertText": "DebuggerBrowsableState$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "DebuggerDisplayAttribute", "kind": 7, "detail": " DebuggerDisplayAttribute (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "DebuggerDisplayAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "DebuggerHiddenAttribute", "kind": 7, "detail": " DebuggerHiddenAttribute (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "DebuggerHiddenAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "DebuggerNonUserCodeAttribute", "kind": 7, "detail": " DebuggerNonUserCodeAttribute (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "DebuggerNonUserCodeAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "DebuggerStepperBoundaryAttribute", "kind": 7, "detail": " DebuggerStepperBoundaryAttribute (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "DebuggerStepperBoundaryAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "DebuggerStepThroughAttribute", "kind": 7, "detail": " DebuggerStepThroughAttribute (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "DebuggerStepThroughAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "DebuggerTypeProxyAttribute", "kind": 7, "detail": " DebuggerTypeProxyAttribute (+ 2 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "DebuggerTypeProxyAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "DebuggerVisualizerAttribute", "kind": 7, "detail": " DebuggerVisualizerAttribute (+ 6 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "DebuggerVisualizerAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "DebugLoggerFactoryExtensions", "kind": 7, "detail": " DebugLoggerFactoryExtensions", "documentation": "Extension methods for the Microsoft.Extensions.Logging.ILoggerFactory class.\n", "deprecated": null, "preselect": null, "insertText": "DebugLoggerFactoryExtensions$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Decimal", "kind": 10, "detail": " decimal (+ 9 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "decimal$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "decimal", "kind": 14, "detail": " decimal", "documentation": null, "deprecated": null, "preselect": null, "insertText": "decimal", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "DefaultApiConventions", "kind": 7, "detail": " DefaultApiConventions", "documentation": "", "deprecated": null, "preselect": null, "insertText": "DefaultApiConventions$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "DefaultTraceListener", "kind": 7, "detail": " DefaultTraceListener (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "DefaultTraceListener$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "delegate", "kind": 14, "detail": " delegate", "documentation": null, "deprecated": null, "preselect": null, "insertText": "delegate", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Delegate", "kind": 7, "detail": " Delegate (+ 2 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "Delegate$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "DelimitedListTraceListener", "kind": 7, "detail": " DelimitedListTraceListener (+ 6 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "DelimitedListTraceListener$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "DiagnosticListener", "kind": 7, "detail": " DiagnosticListener (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "DiagnosticListener$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "DiagnosticSource", "kind": 7, "detail": " DiagnosticSource (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "DiagnosticSource$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Dictionary", "kind": 7, "detail": " Dictionary (+ 9 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "Dictionary<${1:TKey}, ${2:TValue}>$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "DisableRequestSizeLimitAttribute", "kind": 7, "detail": " DisableRequestSizeLimitAttribute (+ 1 overload(s))", "documentation": "Disables the request body size limit.\n", "deprecated": null, "preselect": null, "insertText": "DisableRequestSizeLimitAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "DivideByZeroException", "kind": 7, "detail": " DivideByZeroException (+ 4 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "DivideByZeroException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "DllNotFoundException", "kind": 7, "detail": " DllNotFoundException (+ 4 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "DllNotFoundException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "double", "kind": 14, "detail": " double", "documentation": null, "deprecated": null, "preselect": null, "insertText": "double", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Double", "kind": 10, "detail": " double (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "double$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "DuplicateWaitObjectException", "kind": 7, "detail": " DuplicateWaitObjectException (+ 5 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "DuplicateWaitObjectException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "dynamic", "kind": 14, "detail": " dynamic", "documentation": null, "deprecated": null, "preselect": null, "insertText": "dynamic", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "EmptyResult", "kind": 7, "detail": " EmptyResult (+ 1 overload(s))", "documentation": "Represents an Microsoft.AspNetCore.Mvc.ActionResult that when executed will\ndo nothing.\n", "deprecated": null, "preselect": null, "insertText": "EmptyResult$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "EntryPointNotFoundException", "kind": 7, "detail": " EntryPointNotFoundException (+ 4 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "EntryPointNotFoundException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "EntryWrittenEventArgs", "kind": 7, "detail": " EntryWrittenEventArgs (+ 2 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "EntryWrittenEventArgs$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "EntryWrittenEventHandler", "kind": 7, "detail": " EntryWrittenEventHandler (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "EntryWrittenEventHandler$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Enum", "kind": 7, "detail": " Enum (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "Enum$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Enumerable", "kind": 7, "detail": " Enumerable", "documentation": "", "deprecated": null, "preselect": null, "insertText": "Enumerable$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "EnumerableExecutor", "kind": 7, "detail": " EnumerableExecutor (+ 2 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "EnumerableExecutor$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "EnumerableQuery", "kind": 7, "detail": " EnumerableQuery (+ 3 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "EnumerableQuery$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Environment", "kind": 7, "detail": " Environment", "documentation": "", "deprecated": null, "preselect": null, "insertText": "Environment$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "EnvironmentVariableTarget", "kind": 13, "detail": " EnvironmentVariableTarget", "documentation": "", "deprecated": null, "preselect": null, "insertText": "EnvironmentVariableTarget$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "EqualityComparer", "kind": 7, "detail": " EqualityComparer (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "EqualityComparer<${1:T}>$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ErrorViewModel", "kind": 7, "detail": " ErrorViewModel (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ErrorViewModel$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "EventArgs", "kind": 7, "detail": " EventArgs (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "EventArgs$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "EventHandler", "kind": 7, "detail": " EventHandler (+ 3 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "EventHandler$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "EventId", "kind": 10, "detail": " EventId (+ 2 overload(s))", "documentation": "Identifies a logging event. The primary identifier is the \"Id\" property, with the \"Name\" property providing a short description of this type of event.\n", "deprecated": null, "preselect": null, "insertText": "EventId$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "EventInstance", "kind": 7, "detail": " EventInstance (+ 2 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "EventInstance$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "EventLog", "kind": 7, "detail": " EventLog (+ 4 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "EventLog$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "EventLogEntry", "kind": 7, "detail": " EventLogEntry", "documentation": "", "deprecated": null, "preselect": null, "insertText": "EventLogEntry$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "EventLogEntryCollection", "kind": 7, "detail": " EventLogEntryCollection", "documentation": "", "deprecated": null, "preselect": null, "insertText": "EventLogEntryCollection$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "EventLogEntryType", "kind": 13, "detail": " EventLogEntryType", "documentation": "", "deprecated": null, "preselect": null, "insertText": "EventLogEntryType$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "EventLoggerFactoryExtensions", "kind": 7, "detail": " EventLoggerFactoryExtensions", "documentation": "Extension methods for the Microsoft.Extensions.Logging.ILoggerFactory class.\n", "deprecated": null, "preselect": null, "insertText": "EventLoggerFactoryExtensions$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "EventLogPermission", "kind": 7, "detail": " EventLogPermission (+ 4 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "EventLogPermission$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "EventLogPermissionAccess", "kind": 13, "detail": " EventLogPermissionAccess", "documentation": "", "deprecated": null, "preselect": null, "insertText": "EventLogPermissionAccess$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "EventLogPermissionAttribute", "kind": 7, "detail": " EventLogPermissionAttribute (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "EventLogPermissionAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "EventLogPermissionEntry", "kind": 7, "detail": " EventLogPermissionEntry (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "EventLogPermissionEntry$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "EventLogPermissionEntryCollection", "kind": 7, "detail": " EventLogPermissionEntryCollection", "documentation": "", "deprecated": null, "preselect": null, "insertText": "EventLogPermissionEntryCollection$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "EventLogTraceListener", "kind": 7, "detail": " EventLogTraceListener (+ 3 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "EventLogTraceListener$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "EventSourceCreationData", "kind": 7, "detail": " EventSourceCreationData (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "EventSourceCreationData$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "EventSourceLoggerFactoryExtensions", "kind": 7, "detail": " EventSourceLoggerFactoryExtensions", "documentation": "Extension methods for the Microsoft.Extensions.Logging.ILoggerFactory class.\n", "deprecated": null, "preselect": null, "insertText": "EventSourceLoggerFactoryExtensions$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "EventTypeFilter", "kind": 7, "detail": " EventTypeFilter (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "EventTypeFilter$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Exception", "kind": 7, "detail": " Exception (+ 4 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "Exception$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ExecutionEngineException", "kind": 7, "detail": " ExecutionEngineException (+ 3 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ExecutionEngineException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "FieldAccessException", "kind": 7, "detail": " FieldAccessException (+ 4 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "FieldAccessException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "FileContentResult", "kind": 7, "detail": " FileContentResult (+ 2 overload(s))", "documentation": "Represents an Microsoft.AspNetCore.Mvc.ActionResult that when executed will\nwrite a binary file to the response.\n", "deprecated": null, "preselect": null, "insertText": "FileContentResult$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "FileResult", "kind": 7, "detail": " FileResult (+ 1 overload(s))", "documentation": "Represents an Microsoft.AspNetCore.Mvc.ActionResult that when executed will\nwrite a file as the response.\n", "deprecated": null, "preselect": null, "insertText": "FileResult$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "FileStreamResult", "kind": 7, "detail": " FileStreamResult (+ 2 overload(s))", "documentation": "Represents an Microsoft.AspNetCore.Mvc.ActionResult that when executed will\nwrite a file from a stream to the response.\n", "deprecated": null, "preselect": null, "insertText": "FileStreamResult$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "FileStyleUriParser", "kind": 7, "detail": " FileStyleUriParser (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "FileStyleUriParser$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "FileVersionInfo", "kind": 7, "detail": " FileVersionInfo", "documentation": "", "deprecated": null, "preselect": null, "insertText": "FileVersionInfo$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "FilterLoggingBuilderExtensions", "kind": 7, "detail": " FilterLoggingBuilderExtensions", "documentation": "Extension methods for setting up logging services in an Microsoft.Extensions.DependencyInjection.IServiceCollection .\n", "deprecated": null, "preselect": null, "insertText": "FilterLoggingBuilderExtensions$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "FlagsAttribute", "kind": 7, "detail": " FlagsAttribute (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "FlagsAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "float", "kind": 14, "detail": " float", "documentation": null, "deprecated": null, "preselect": null, "insertText": "float", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Single", "kind": 10, "detail": " float (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "float$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ForbidResult", "kind": 7, "detail": " ForbidResult (+ 6 overload(s))", "documentation": "An Microsoft.AspNetCore.Mvc.ActionResult that on execution invokes HttpContext.ForbidAsync .\n", "deprecated": null, "preselect": null, "insertText": "ForbidResult$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "FormatException", "kind": 7, "detail": " FormatException (+ 4 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "FormatException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "FormatFilterAttribute", "kind": 7, "detail": " FormatFilterAttribute (+ 1 overload(s))", "documentation": "A filter that will use the format value in the route data or query string to set the content type on an\nMicrosoft.AspNetCore.Mvc.ObjectResult returned from an action.\n", "deprecated": null, "preselect": null, "insertText": "FormatFilterAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "FormattableString", "kind": 7, "detail": " FormattableString (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "FormattableString$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "FromBodyAttribute", "kind": 7, "detail": " FromBodyAttribute (+ 1 overload(s))", "documentation": "Specifies that a parameter or property should be bound using the request body.\n", "deprecated": null, "preselect": null, "insertText": "FromBodyAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "FromFormAttribute", "kind": 7, "detail": " FromFormAttribute (+ 1 overload(s))", "documentation": "Specifies that a parameter or property should be bound using form-data in the request body.\n", "deprecated": null, "preselect": null, "insertText": "FromFormAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "FromHeaderAttribute", "kind": 7, "detail": " FromHeaderAttribute (+ 1 overload(s))", "documentation": "Specifies that a parameter or property should be bound using the request headers.\n", "deprecated": null, "preselect": null, "insertText": "FromHeaderAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "FromQueryAttribute", "kind": 7, "detail": " FromQueryAttribute (+ 1 overload(s))", "documentation": "Specifies that a parameter or property should be bound using the request query string.\n", "deprecated": null, "preselect": null, "insertText": "FromQueryAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "FromRouteAttribute", "kind": 7, "detail": " FromRouteAttribute (+ 1 overload(s))", "documentation": "Specifies that a parameter or property should be bound using route-data from the current request.\n", "deprecated": null, "preselect": null, "insertText": "FromRouteAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "FromServicesAttribute", "kind": 7, "detail": " FromServicesAttribute (+ 1 overload(s))", "documentation": "Specifies that an action parameter should be bound using the request services.\n\nExample:\nIn this example an implementation of IProductModelRequestService is registered as a service.\nThen in the GetProduct action, the parameter is bound to an instance of IProductModelRequestService\nwhich is resolved from the request services.\n\n\n [HttpGet]\n public ProductModel GetProduct([FromServices] IProductModelRequestService productModelRequest)\n {\n return productModelRequest.Value;\n }\n ", "deprecated": null, "preselect": null, "insertText": "FromServicesAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "FtpStyleUriParser", "kind": 7, "detail": " FtpStyleUriParser (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "FtpStyleUriParser$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Func", "kind": 7, "detail": " Func (+ 33 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "Func<${1:T}, ${2:TResult}>$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "GC", "kind": 7, "detail": " GC", "documentation": "", "deprecated": null, "preselect": null, "insertText": "GC$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "GCCollectionMode", "kind": 13, "detail": " GCCollectionMode", "documentation": "", "deprecated": null, "preselect": null, "insertText": "GCCollectionMode$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "GCMemoryInfo", "kind": 10, "detail": " GCMemoryInfo (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "GCMemoryInfo$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "GCNotificationStatus", "kind": 13, "detail": " GCNotificationStatus", "documentation": "", "deprecated": null, "preselect": null, "insertText": "GCNotificationStatus$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "GenericUriParser", "kind": 7, "detail": " GenericUriParser (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "GenericUriParser$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "GenericUriParserOptions", "kind": 13, "detail": " GenericUriParserOptions", "documentation": "", "deprecated": null, "preselect": null, "insertText": "GenericUriParserOptions$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "GopherStyleUriParser", "kind": 7, "detail": " GopherStyleUriParser (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "GopherStyleUriParser$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Guid", "kind": 10, "detail": " Guid (+ 7 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "Guid$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "HashCode", "kind": 10, "detail": " HashCode (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "HashCode$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "HashSet", "kind": 7, "detail": " HashSet (+ 7 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "HashSet<${1:T}>$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "HiddenInputAttribute", "kind": 7, "detail": " HiddenInputAttribute (+ 1 overload(s))", "documentation": "Indicates associated property or all properties with the associated type should be edited using an\n element of type \"hidden\".\n\nRemarks:\nWhen overriding a Microsoft.AspNetCore.Mvc.HiddenInputAttribute inherited from a base class, should apply both\n[HiddenInput(DisplayValue = true)](if the inherited attribute had DisplayValue = false) and a\nSystem.ComponentModel.DataAnnotations.UIHintAttribute with some value other than \"HiddenInput\".\n", "deprecated": null, "preselect": null, "insertText": "HiddenInputAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "HomeController", "kind": 7, "detail": " HomeController (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "HomeController$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "HttpDeleteAttribute", "kind": 7, "detail": " HttpDeleteAttribute (+ 2 overload(s))", "documentation": "Identifies an action that supports the HTTP DELETE method.\n", "deprecated": null, "preselect": null, "insertText": "HttpDeleteAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "HttpGetAttribute", "kind": 7, "detail": " HttpGetAttribute (+ 2 overload(s))", "documentation": "Identifies an action that supports the HTTP GET method.\n", "deprecated": null, "preselect": null, "insertText": "HttpGetAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "HttpHeadAttribute", "kind": 7, "detail": " HttpHeadAttribute (+ 2 overload(s))", "documentation": "Identifies an action that supports the HTTP HEAD method.\n", "deprecated": null, "preselect": null, "insertText": "HttpHeadAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "HttpOptionsAttribute", "kind": 7, "detail": " HttpOptionsAttribute (+ 2 overload(s))", "documentation": "Identifies an action that supports the HTTP OPTIONS method.\n", "deprecated": null, "preselect": null, "insertText": "HttpOptionsAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "HttpPatchAttribute", "kind": 7, "detail": " HttpPatchAttribute (+ 2 overload(s))", "documentation": "Identifies an action that supports the HTTP PATCH method.\n", "deprecated": null, "preselect": null, "insertText": "HttpPatchAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "HttpPostAttribute", "kind": 7, "detail": " HttpPostAttribute (+ 2 overload(s))", "documentation": "Identifies an action that supports the HTTP POST method.\n", "deprecated": null, "preselect": null, "insertText": "HttpPostAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "HttpPutAttribute", "kind": 7, "detail": " HttpPutAttribute (+ 2 overload(s))", "documentation": "Identifies an action that supports the HTTP PUT method.\n", "deprecated": null, "preselect": null, "insertText": "HttpPutAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "HttpStyleUriParser", "kind": 7, "detail": " HttpStyleUriParser (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "HttpStyleUriParser$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "IActionResult", "kind": 8, "detail": " IActionResult", "documentation": "Defines a contract that represents the result of an action method.\n", "deprecated": null, "preselect": null, "insertText": "IActionResult$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "IAsyncDisposable", "kind": 8, "detail": " IAsyncDisposable", "documentation": "", "deprecated": null, "preselect": null, "insertText": "IAsyncDisposable$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "IAsyncEnumerable", "kind": 8, "detail": " IAsyncEnumerable", "documentation": "", "deprecated": null, "preselect": null, "insertText": "IAsyncEnumerable<${1:T}>$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "IAsyncEnumerator", "kind": 8, "detail": " IAsyncEnumerator", "documentation": "", "deprecated": null, "preselect": null, "insertText": "IAsyncEnumerator<${1:T}>$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "IAsyncResult", "kind": 8, "detail": " IAsyncResult", "documentation": "", "deprecated": null, "preselect": null, "insertText": "IAsyncResult$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ICloneable", "kind": 8, "detail": " ICloneable", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ICloneable$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ICollection", "kind": 8, "detail": " ICollection", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ICollection<${1:T}>$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "IComparable", "kind": 8, "detail": " IComparable (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "IComparable$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "IComparer", "kind": 8, "detail": " IComparer", "documentation": "", "deprecated": null, "preselect": null, "insertText": "IComparer<${1:T}>$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "IConvertible", "kind": 8, "detail": " IConvertible", "documentation": "", "deprecated": null, "preselect": null, "insertText": "IConvertible$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ICustomFormatter", "kind": 8, "detail": " ICustomFormatter", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ICustomFormatter$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "IDesignTimeMvcBuilderConfiguration", "kind": 8, "detail": " IDesignTimeMvcBuilderConfiguration", "documentation": "Configures the Microsoft.Extensions.DependencyInjection.IMvcBuilder . Implement this interface to enable design-time configuration\n(for instance during pre-compilation of views) of Microsoft.Extensions.DependencyInjection.IMvcBuilder .\n", "deprecated": null, "preselect": null, "insertText": "IDesignTimeMvcBuilderConfiguration$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "IDictionary", "kind": 8, "detail": " IDictionary", "documentation": "", "deprecated": null, "preselect": null, "insertText": "IDictionary<${1:TKey}, ${2:TValue}>$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "IDisposable", "kind": 8, "detail": " IDisposable", "documentation": "", "deprecated": null, "preselect": null, "insertText": "IDisposable$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "IEnumerable", "kind": 8, "detail": " IEnumerable", "documentation": "", "deprecated": null, "preselect": null, "insertText": "IEnumerable<${1:T}>$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "IEnumerator", "kind": 8, "detail": " IEnumerator", "documentation": "", "deprecated": null, "preselect": null, "insertText": "IEnumerator<${1:T}>$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "IEqualityComparer", "kind": 8, "detail": " IEqualityComparer", "documentation": "", "deprecated": null, "preselect": null, "insertText": "IEqualityComparer<${1:T}>$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "IEquatable", "kind": 8, "detail": " IEquatable", "documentation": "", "deprecated": null, "preselect": null, "insertText": "IEquatable<${1:T}>$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "IExternalScopeProvider", "kind": 8, "detail": " IExternalScopeProvider", "documentation": "Represents a storage of common scope data.\n", "deprecated": null, "preselect": null, "insertText": "IExternalScopeProvider$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "IFormatProvider", "kind": 8, "detail": " IFormatProvider", "documentation": "", "deprecated": null, "preselect": null, "insertText": "IFormatProvider$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "IFormattable", "kind": 8, "detail": " IFormattable", "documentation": "", "deprecated": null, "preselect": null, "insertText": "IFormattable$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "IgnoreAntiforgeryTokenAttribute", "kind": 7, "detail": " IgnoreAntiforgeryTokenAttribute (+ 1 overload(s))", "documentation": "A filter that skips antiforgery token validation.\n", "deprecated": null, "preselect": null, "insertText": "IgnoreAntiforgeryTokenAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "IGrouping", "kind": 8, "detail": " IGrouping", "documentation": "", "deprecated": null, "preselect": null, "insertText": "IGrouping<${1:TKey}, ${2:TElement}>$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "IList", "kind": 8, "detail": " IList", "documentation": "", "deprecated": null, "preselect": null, "insertText": "IList<${1:T}>$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ILogger", "kind": 8, "detail": " ILogger (+ 1 overload(s))", "documentation": "Represents a type used to perform logging.\n\nRemarks:\nAggregates most logging patterns to a single method.", "deprecated": null, "preselect": null, "insertText": "ILogger$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ILoggerFactory", "kind": 8, "detail": " ILoggerFactory", "documentation": "Represents a type used to configure the logging system and create instances of Microsoft.Extensions.Logging.ILogger from\nthe registered Microsoft.Extensions.Logging.ILoggerProvider s.\n", "deprecated": null, "preselect": null, "insertText": "ILoggerFactory$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ILoggerProvider", "kind": 8, "detail": " ILoggerProvider", "documentation": "Represents a type that can create instances of Microsoft.Extensions.Logging.ILogger .\n", "deprecated": null, "preselect": null, "insertText": "ILoggerProvider$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ILoggingBuilder", "kind": 8, "detail": " ILoggingBuilder", "documentation": "An interface for configuring logging providers.\n", "deprecated": null, "preselect": null, "insertText": "ILoggingBuilder$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ILookup", "kind": 8, "detail": " ILookup", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ILookup<${1:TKey}, ${2:TElement}>$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ImmutableArrayExtensions", "kind": 7, "detail": " ImmutableArrayExtensions", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ImmutableArrayExtensions$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "in", "kind": 14, "detail": " in", "documentation": null, "deprecated": null, "preselect": null, "insertText": "in", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Index", "kind": 10, "detail": " Index (+ 2 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "Index$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "IndexOutOfRangeException", "kind": 7, "detail": " IndexOutOfRangeException (+ 3 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "IndexOutOfRangeException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "InsufficientExecutionStackException", "kind": 7, "detail": " InsufficientExecutionStackException (+ 3 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "InsufficientExecutionStackException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "InsufficientMemoryException", "kind": 7, "detail": " InsufficientMemoryException (+ 3 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "InsufficientMemoryException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "int", "kind": 14, "detail": " int", "documentation": null, "deprecated": null, "preselect": null, "insertText": "int", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Int32", "kind": 10, "detail": " int (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "int$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "IntPtr", "kind": 10, "detail": " IntPtr (+ 4 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "IntPtr$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "InvalidCastException", "kind": 7, "detail": " InvalidCastException (+ 5 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "InvalidCastException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "InvalidOperationException", "kind": 7, "detail": " InvalidOperationException (+ 4 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "InvalidOperationException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "InvalidProgramException", "kind": 7, "detail": " InvalidProgramException (+ 3 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "InvalidProgramException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "InvalidTimeZoneException", "kind": 7, "detail": " InvalidTimeZoneException (+ 4 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "InvalidTimeZoneException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "IObservable", "kind": 8, "detail": " IObservable", "documentation": "", "deprecated": null, "preselect": null, "insertText": "IObservable<${1:T}>$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "IObserver", "kind": 8, "detail": " IObserver", "documentation": "", "deprecated": null, "preselect": null, "insertText": "IObserver<${1:T}>$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "IOrderedEnumerable", "kind": 8, "detail": " IOrderedEnumerable", "documentation": "", "deprecated": null, "preselect": null, "insertText": "IOrderedEnumerable<${1:TElement}>$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "IOrderedQueryable", "kind": 8, "detail": " IOrderedQueryable (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "IOrderedQueryable$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "IProgress", "kind": 8, "detail": " IProgress", "documentation": "", "deprecated": null, "preselect": null, "insertText": "IProgress<${1:T}>$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "IQueryable", "kind": 8, "detail": " IQueryable (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "IQueryable$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "IQueryProvider", "kind": 8, "detail": " IQueryProvider", "documentation": "", "deprecated": null, "preselect": null, "insertText": "IQueryProvider$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "IReadOnlyCollection", "kind": 8, "detail": " IReadOnlyCollection", "documentation": "", "deprecated": null, "preselect": null, "insertText": "IReadOnlyCollection<${1:T}>$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "IReadOnlyDictionary", "kind": 8, "detail": " IReadOnlyDictionary", "documentation": "", "deprecated": null, "preselect": null, "insertText": "IReadOnlyDictionary<${1:TKey}, ${2:TValue}>$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "IReadOnlyList", "kind": 8, "detail": " IReadOnlyList", "documentation": "", "deprecated": null, "preselect": null, "insertText": "IReadOnlyList<${1:T}>$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "IRequestFormLimitsPolicy", "kind": 8, "detail": " IRequestFormLimitsPolicy", "documentation": "A marker interface for filters which define a policy for limits on a request's body read as a form.\n", "deprecated": null, "preselect": null, "insertText": "IRequestFormLimitsPolicy$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "IRequestSizePolicy", "kind": 8, "detail": " IRequestSizePolicy", "documentation": "A marker interface for filters which define a policy for maximum size for the request body.\n", "deprecated": null, "preselect": null, "insertText": "IRequestSizePolicy$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "IServiceProvider", "kind": 8, "detail": " IServiceProvider", "documentation": "", "deprecated": null, "preselect": null, "insertText": "IServiceProvider$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ISet", "kind": 8, "detail": " ISet", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ISet<${1:T}>$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ISupportExternalScope", "kind": 8, "detail": " ISupportExternalScope", "documentation": "Represents a Microsoft.Extensions.Logging.ILoggerProvider that is able to consume external scope information.\n", "deprecated": null, "preselect": null, "insertText": "ISupportExternalScope$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "IUrlHelper", "kind": 8, "detail": " IUrlHelper", "documentation": "Defines the contract for the helper to build URLs for ASP.NET MVC within an application.\n", "deprecated": null, "preselect": null, "insertText": "IUrlHelper$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "IViewComponentHelper", "kind": 8, "detail": " IViewComponentHelper", "documentation": "Supports the rendering of view components in a view.\n", "deprecated": null, "preselect": null, "insertText": "IViewComponentHelper$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "IViewComponentResult", "kind": 8, "detail": " IViewComponentResult", "documentation": "Result type of a Microsoft.AspNetCore.Mvc.ViewComponent .\n", "deprecated": null, "preselect": null, "insertText": "IViewComponentResult$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "JsonOptions", "kind": 7, "detail": " JsonOptions (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "JsonOptions$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "JsonResult", "kind": 7, "detail": " JsonResult (+ 2 overload(s))", "documentation": "An action result which formats the given object as JSON.\n", "deprecated": null, "preselect": null, "insertText": "JsonResult$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "KeyNotFoundException", "kind": 7, "detail": " KeyNotFoundException (+ 4 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "KeyNotFoundException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "KeyValuePair", "kind": 7, "detail": " KeyValuePair (+ 3 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "KeyValuePair$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Lazy", "kind": 7, "detail": " Lazy (+ 14 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "Lazy<${1:T}, ${2:TMetadata}>$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "LdapStyleUriParser", "kind": 7, "detail": " LdapStyleUriParser (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "LdapStyleUriParser$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "LinkedList", "kind": 7, "detail": " LinkedList (+ 3 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "LinkedList<${1:T}>$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "LinkedListNode", "kind": 7, "detail": " LinkedListNode (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "LinkedListNode<${1:T}>$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "List", "kind": 7, "detail": " List (+ 3 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "List<${1:T}>$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "LoaderOptimization", "kind": 13, "detail": " LoaderOptimization", "documentation": "", "deprecated": null, "preselect": null, "insertText": "LoaderOptimization$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "LoaderOptimizationAttribute", "kind": 7, "detail": " LoaderOptimizationAttribute (+ 2 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "LoaderOptimizationAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "LocalDataStoreSlot", "kind": 7, "detail": " LocalDataStoreSlot", "documentation": "", "deprecated": null, "preselect": null, "insertText": "LocalDataStoreSlot$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "LocalRedirectResult", "kind": 7, "detail": " LocalRedirectResult (+ 3 overload(s))", "documentation": "An Microsoft.AspNetCore.Mvc.ActionResult that returns a Found (302), Moved Permanently (301), Temporary Redirect (307),\nor Permanent Redirect (308) response with a Location header to the supplied local URL.\n", "deprecated": null, "preselect": null, "insertText": "LocalRedirectResult$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Logger", "kind": 7, "detail": " Logger (+ 1 overload(s))", "documentation": "Delegates to a new Microsoft.Extensions.Logging.ILogger instance using the full name of the given type, created by the\nprovided Microsoft.Extensions.Logging.ILoggerFactory .\n\n: The type.", "deprecated": null, "preselect": null, "insertText": "Logger<${1:T}>$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "LoggerExtensions", "kind": 7, "detail": " LoggerExtensions", "documentation": "ILogger extension methods for common scenarios.\n", "deprecated": null, "preselect": null, "insertText": "LoggerExtensions$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "LoggerExternalScopeProvider", "kind": 7, "detail": " LoggerExternalScopeProvider (+ 1 overload(s))", "documentation": "Default implementation of Microsoft.Extensions.Logging.IExternalScopeProvider ", "deprecated": null, "preselect": null, "insertText": "LoggerExternalScopeProvider$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "LoggerFactory", "kind": 7, "detail": " LoggerFactory (+ 4 overload(s))", "documentation": "Produces instances of Microsoft.Extensions.Logging.ILogger classes based on the given providers.\n", "deprecated": null, "preselect": null, "insertText": "LoggerFactory$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "LoggerFactoryExtensions", "kind": 7, "detail": " LoggerFactoryExtensions", "documentation": "ILoggerFactory extension methods for common scenarios.\n", "deprecated": null, "preselect": null, "insertText": "LoggerFactoryExtensions$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "LoggerFilterOptions", "kind": 7, "detail": " LoggerFilterOptions (+ 1 overload(s))", "documentation": "The options for a LoggerFilter.\n", "deprecated": null, "preselect": null, "insertText": "LoggerFilterOptions$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "LoggerFilterRule", "kind": 7, "detail": " LoggerFilterRule (+ 1 overload(s))", "documentation": "Defines a rule used to filter log messages\n", "deprecated": null, "preselect": null, "insertText": "LoggerFilterRule$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "LoggerMessage", "kind": 7, "detail": " LoggerMessage", "documentation": "Creates delegates which can be later cached to log messages in a performant way.\n", "deprecated": null, "preselect": null, "insertText": "LoggerMessage$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "LoggingBuilderExtensions", "kind": 7, "detail": " LoggingBuilderExtensions", "documentation": "Extension methods for setting up logging services in an Microsoft.Extensions.Logging.ILoggingBuilder .\n", "deprecated": null, "preselect": null, "insertText": "LoggingBuilderExtensions$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "LogLevel", "kind": 13, "detail": " LogLevel", "documentation": "Defines logging severity levels.\n", "deprecated": null, "preselect": null, "insertText": "LogLevel$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Int64", "kind": 10, "detail": " long (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "long$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "long", "kind": 14, "detail": " long", "documentation": null, "deprecated": null, "preselect": null, "insertText": "long", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Lookup", "kind": 7, "detail": " Lookup", "documentation": "", "deprecated": null, "preselect": null, "insertText": "Lookup<${1:TKey}, ${2:TElement}>$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "MarshalByRefObject", "kind": 7, "detail": " MarshalByRefObject (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "MarshalByRefObject$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Math", "kind": 7, "detail": " Math", "documentation": "", "deprecated": null, "preselect": null, "insertText": "Math$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "MathF", "kind": 7, "detail": " MathF", "documentation": "", "deprecated": null, "preselect": null, "insertText": "MathF$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "MemberAccessException", "kind": 7, "detail": " MemberAccessException (+ 4 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "MemberAccessException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Memory", "kind": 10, "detail": " Memory (+ 3 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "Memory<${1:T}>$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "MemoryExtensions", "kind": 7, "detail": " MemoryExtensions", "documentation": "", "deprecated": null, "preselect": null, "insertText": "MemoryExtensions$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "MethodAccessException", "kind": 7, "detail": " MethodAccessException (+ 4 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "MethodAccessException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Microsoft", "kind": 9, "detail": " Microsoft", "documentation": "", "deprecated": null, "preselect": null, "insertText": "Microsoft$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "MiddlewareFilterAttribute", "kind": 7, "detail": " MiddlewareFilterAttribute (+ 1 overload(s))", "documentation": "Executes a middleware pipeline provided the by the Microsoft.AspNetCore.Mvc.MiddlewareFilterAttribute.ConfigurationType .\nThe middleware pipeline will be treated as an async resource filter.\n", "deprecated": null, "preselect": null, "insertText": "MiddlewareFilterAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "MidpointRounding", "kind": 13, "detail": " MidpointRounding", "documentation": "", "deprecated": null, "preselect": null, "insertText": "MidpointRounding$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "MissingFieldException", "kind": 7, "detail": " MissingFieldException (+ 5 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "MissingFieldException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "MissingMemberException", "kind": 7, "detail": " MissingMemberException (+ 5 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "MissingMemberException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "MissingMethodException", "kind": 7, "detail": " MissingMethodException (+ 5 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "MissingMethodException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ModelBinderAttribute", "kind": 7, "detail": " ModelBinderAttribute (+ 2 overload(s))", "documentation": "An attribute that can specify a model name or type of Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder to use for binding.\n", "deprecated": null, "preselect": null, "insertText": "ModelBinderAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ModelMetadataTypeAttribute", "kind": 7, "detail": " ModelMetadataTypeAttribute (+ 1 overload(s))", "documentation": "This attribute specifies the metadata class to associate with a data model class.\n", "deprecated": null, "preselect": null, "insertText": "ModelMetadataTypeAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Models", "kind": 9, "detail": " Models", "documentation": "", "deprecated": null, "preselect": null, "insertText": "Models$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ModuleHandle", "kind": 10, "detail": " ModuleHandle (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ModuleHandle$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "MonitoringDescriptionAttribute", "kind": 7, "detail": " MonitoringDescriptionAttribute (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "MonitoringDescriptionAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "MTAThreadAttribute", "kind": 7, "detail": " MTAThreadAttribute (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "MTAThreadAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "MulticastDelegate", "kind": 7, "detail": " MulticastDelegate (+ 2 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "MulticastDelegate$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "MulticastNotSupportedException", "kind": 7, "detail": " MulticastNotSupportedException (+ 3 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "MulticastNotSupportedException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "MvcOptions", "kind": 7, "detail": " MvcOptions (+ 1 overload(s))", "documentation": "Provides programmatic configuration for the MVC framework.\n", "deprecated": null, "preselect": null, "insertText": "MvcOptions$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "MvcViewOptions", "kind": 7, "detail": " MvcViewOptions (+ 1 overload(s))", "documentation": "Provides programmatic configuration for views in the MVC framework.\n", "deprecated": null, "preselect": null, "insertText": "MvcViewOptions$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "net3", "kind": 9, "detail": " net3", "documentation": "", "deprecated": null, "preselect": null, "insertText": "net3$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "NetPipeStyleUriParser", "kind": 7, "detail": " NetPipeStyleUriParser (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "NetPipeStyleUriParser$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "NetTcpStyleUriParser", "kind": 7, "detail": " NetTcpStyleUriParser (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "NetTcpStyleUriParser$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "NewsStyleUriParser", "kind": 7, "detail": " NewsStyleUriParser (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "NewsStyleUriParser$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "nint", "kind": 14, "detail": " nint", "documentation": null, "deprecated": null, "preselect": null, "insertText": "nint", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "NoContentResult", "kind": 7, "detail": " NoContentResult (+ 1 overload(s))", "documentation": "A Microsoft.AspNetCore.Mvc.StatusCodeResult that when executed will produce a 204 No Content response.\n", "deprecated": null, "preselect": null, "insertText": "NoContentResult$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "NonActionAttribute", "kind": 7, "detail": " NonActionAttribute (+ 1 overload(s))", "documentation": "Indicates that a controller method is not an action method.\n", "deprecated": null, "preselect": null, "insertText": "NonActionAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "NonControllerAttribute", "kind": 7, "detail": " NonControllerAttribute (+ 1 overload(s))", "documentation": "Indicates that the type and any derived types that this attribute is applied to\nis not considered a controller by the default controller discovery mechanism.\n", "deprecated": null, "preselect": null, "insertText": "NonControllerAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "NonSerializedAttribute", "kind": 7, "detail": " NonSerializedAttribute (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "NonSerializedAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "NonViewComponentAttribute", "kind": 7, "detail": " NonViewComponentAttribute (+ 1 overload(s))", "documentation": "Indicates that the type and any derived types that this attribute is applied to\nis not considered a view component by the default view component discovery mechanism.\n", "deprecated": null, "preselect": null, "insertText": "NonViewComponentAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "NotFiniteNumberException", "kind": 7, "detail": " NotFiniteNumberException (+ 7 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "NotFiniteNumberException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "NotFoundObjectResult", "kind": 7, "detail": " NotFoundObjectResult (+ 1 overload(s))", "documentation": "An Microsoft.AspNetCore.Mvc.ObjectResult that when executed will produce a Not Found (404) response.\n", "deprecated": null, "preselect": null, "insertText": "NotFoundObjectResult$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "NotFoundResult", "kind": 7, "detail": " NotFoundResult (+ 1 overload(s))", "documentation": "Represents an Microsoft.AspNetCore.Mvc.StatusCodeResult that when\nexecuted will produce a Not Found (404) response.\n", "deprecated": null, "preselect": null, "insertText": "NotFoundResult$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "NotImplementedException", "kind": 7, "detail": " NotImplementedException (+ 4 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "NotImplementedException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "NotSupportedException", "kind": 7, "detail": " NotSupportedException (+ 4 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "NotSupportedException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "nuint", "kind": 14, "detail": " nuint", "documentation": null, "deprecated": null, "preselect": null, "insertText": "nuint", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Nullable", "kind": 7, "detail": " Nullable (+ 3 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "Nullable$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "NullReferenceException", "kind": 7, "detail": " NullReferenceException (+ 4 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "NullReferenceException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "object", "kind": 14, "detail": " object", "documentation": null, "deprecated": null, "preselect": null, "insertText": "object", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Object", "kind": 7, "detail": " object (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "object$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ObjectDisposedException", "kind": 7, "detail": " ObjectDisposedException (+ 4 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ObjectDisposedException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ObjectResult", "kind": 7, "detail": " ObjectResult (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ObjectResult$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ObsoleteAttribute", "kind": 7, "detail": " ObsoleteAttribute (+ 3 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ObsoleteAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "OkObjectResult", "kind": 7, "detail": " OkObjectResult (+ 1 overload(s))", "documentation": "An Microsoft.AspNetCore.Mvc.ObjectResult that when executed performs content negotiation, formats the entity body, and\nwill produce a Microsoft.AspNetCore.Http.StatusCodes.Status200OK response if negotiation and formatting succeed.\n", "deprecated": null, "preselect": null, "insertText": "OkObjectResult$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "OkResult", "kind": 7, "detail": " OkResult (+ 1 overload(s))", "documentation": "An Microsoft.AspNetCore.Mvc.StatusCodeResult that when executed will produce an empty\nMicrosoft.AspNetCore.Http.StatusCodes.Status200OK response.\n", "deprecated": null, "preselect": null, "insertText": "OkResult$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "OperatingSystem", "kind": 7, "detail": " OperatingSystem (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "OperatingSystem$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "OperationCanceledException", "kind": 7, "detail": " OperationCanceledException (+ 7 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "OperationCanceledException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "OrderedParallelQuery", "kind": 7, "detail": " OrderedParallelQuery", "documentation": "", "deprecated": null, "preselect": null, "insertText": "OrderedParallelQuery<${1:TSource}>$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "out", "kind": 14, "detail": " out", "documentation": null, "deprecated": null, "preselect": null, "insertText": "out", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "OutOfMemoryException", "kind": 7, "detail": " OutOfMemoryException (+ 4 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "OutOfMemoryException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "OverflowAction", "kind": 13, "detail": " OverflowAction", "documentation": "", "deprecated": null, "preselect": null, "insertText": "OverflowAction$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "OverflowException", "kind": 7, "detail": " OverflowException (+ 4 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "OverflowException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "PageRemoteAttribute", "kind": 7, "detail": " PageRemoteAttribute (+ 1 overload(s))", "documentation": "A Microsoft.AspNetCore.Mvc.RemoteAttributeBase for razor page handler which configures Unobtrusive validation \nto send an Ajax request to the web site. The invoked handler should return JSON indicating \nwhether the value is valid.\n\nRemarks:\nDoes no server-side validation of the final form submission.", "deprecated": null, "preselect": null, "insertText": "PageRemoteAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Parallel", "kind": 7, "detail": " Parallel", "documentation": "", "deprecated": null, "preselect": null, "insertText": "Parallel$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ParallelEnumerable", "kind": 7, "detail": " ParallelEnumerable", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ParallelEnumerable$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ParallelExecutionMode", "kind": 13, "detail": " ParallelExecutionMode", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ParallelExecutionMode$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ParallelLoopResult", "kind": 10, "detail": " ParallelLoopResult (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ParallelLoopResult$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ParallelLoopState", "kind": 7, "detail": " ParallelLoopState", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ParallelLoopState$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ParallelMergeOptions", "kind": 13, "detail": " ParallelMergeOptions", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ParallelMergeOptions$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ParallelOptions", "kind": 7, "detail": " ParallelOptions (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ParallelOptions$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ParallelQuery", "kind": 7, "detail": " ParallelQuery (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ParallelQuery$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ParamArrayAttribute", "kind": 7, "detail": " ParamArrayAttribute (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ParamArrayAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "params", "kind": 14, "detail": " params", "documentation": null, "deprecated": null, "preselect": null, "insertText": "params", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "PartialViewResult", "kind": 7, "detail": " PartialViewResult (+ 1 overload(s))", "documentation": "Represents an Microsoft.AspNetCore.Mvc.ActionResult that renders a partial view to the response.\n", "deprecated": null, "preselect": null, "insertText": "PartialViewResult$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "PerformanceCounterPermission", "kind": 7, "detail": " PerformanceCounterPermission (+ 4 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "PerformanceCounterPermission$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "PerformanceCounterPermissionAccess", "kind": 13, "detail": " PerformanceCounterPermissionAccess", "documentation": "", "deprecated": null, "preselect": null, "insertText": "PerformanceCounterPermissionAccess$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "PerformanceCounterPermissionAttribute", "kind": 7, "detail": " PerformanceCounterPermissionAttribute (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "PerformanceCounterPermissionAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "PerformanceCounterPermissionEntry", "kind": 7, "detail": " PerformanceCounterPermissionEntry (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "PerformanceCounterPermissionEntry$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "PerformanceCounterPermissionEntryCollection", "kind": 7, "detail": " PerformanceCounterPermissionEntryCollection", "documentation": "", "deprecated": null, "preselect": null, "insertText": "PerformanceCounterPermissionEntryCollection$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "PhysicalFileResult", "kind": 7, "detail": " PhysicalFileResult (+ 2 overload(s))", "documentation": "A Microsoft.AspNetCore.Mvc.FileResult on execution will write a file from disk to the response\nusing mechanisms provided by the host.\n", "deprecated": null, "preselect": null, "insertText": "PhysicalFileResult$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "PlatformID", "kind": 13, "detail": " PlatformID", "documentation": "", "deprecated": null, "preselect": null, "insertText": "PlatformID$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "PlatformNotSupportedException", "kind": 7, "detail": " PlatformNotSupportedException (+ 4 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "PlatformNotSupportedException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Predicate", "kind": 7, "detail": " Predicate (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "Predicate<${1:T}>$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ProblemDetails", "kind": 7, "detail": " ProblemDetails (+ 1 overload(s))", "documentation": "A machine-readable format for specifying errors in HTTP API responses based on https://tools.ietf.org/html/rfc7807.\n", "deprecated": null, "preselect": null, "insertText": "ProblemDetails$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Process", "kind": 7, "detail": " Process (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "Process$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ProcessModule", "kind": 7, "detail": " ProcessModule", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ProcessModule$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ProcessModuleCollection", "kind": 7, "detail": " ProcessModuleCollection (+ 2 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ProcessModuleCollection$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ProcessPriorityClass", "kind": 13, "detail": " ProcessPriorityClass", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ProcessPriorityClass$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ProcessStartInfo", "kind": 7, "detail": " ProcessStartInfo (+ 3 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ProcessStartInfo$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ProcessThread", "kind": 7, "detail": " ProcessThread", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ProcessThread$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ProcessThreadCollection", "kind": 7, "detail": " ProcessThreadCollection (+ 2 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ProcessThreadCollection$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ProcessWindowStyle", "kind": 13, "detail": " ProcessWindowStyle", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ProcessWindowStyle$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ProducesAttribute", "kind": 7, "detail": " ProducesAttribute (+ 2 overload(s))", "documentation": "A filter that specifies the expected System.Type the action will return and the supported\nresponse content types. The Microsoft.AspNetCore.Mvc.ProducesAttribute.ContentTypes value is used to set\nMicrosoft.AspNetCore.Mvc.ObjectResult.ContentTypes .\n", "deprecated": null, "preselect": null, "insertText": "ProducesAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ProducesDefaultResponseTypeAttribute", "kind": 7, "detail": " ProducesDefaultResponseTypeAttribute (+ 2 overload(s))", "documentation": "A filter that specifies the System.Type for all HTTP status codes that are not covered by Microsoft.AspNetCore.Mvc.ProducesResponseTypeAttribute .\n", "deprecated": null, "preselect": null, "insertText": "ProducesDefaultResponseTypeAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ProducesErrorResponseTypeAttribute", "kind": 7, "detail": " ProducesErrorResponseTypeAttribute (+ 1 overload(s))", "documentation": "Specifies the type returned by default by controllers annotated with Microsoft.AspNetCore.Mvc.ApiControllerAttribute .\n\nMicrosoft.AspNetCore.Mvc.ProducesErrorResponseTypeAttribute.Type specifies the error model type associated with a Microsoft.AspNetCore.Mvc.ProducesResponseTypeAttribute for a client error (HTTP Status Code 4xx) when no value is provided. When no value is specified, MVC assumes the\nclient error type to be Microsoft.AspNetCore.Mvc.ProblemDetails , if mapping client errors (Microsoft.AspNetCore.Mvc.ApiBehaviorOptions.ClientErrorMapping )\nis used.\n\nUse this System.Attribute to configure the default error type if your application uses a custom error type to respond.\n", "deprecated": null, "preselect": null, "insertText": "ProducesErrorResponseTypeAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ProducesResponseTypeAttribute", "kind": 7, "detail": " ProducesResponseTypeAttribute (+ 2 overload(s))", "documentation": "A filter that specifies the type of the value and status code returned by the action.\n", "deprecated": null, "preselect": null, "insertText": "ProducesResponseTypeAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Program", "kind": 7, "detail": " Program (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "Program$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Progress", "kind": 7, "detail": " Progress (+ 2 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "Progress<${1:T}>$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ProviderAliasAttribute", "kind": 7, "detail": " ProviderAliasAttribute (+ 1 overload(s))", "documentation": "Defines alias for Microsoft.Extensions.Logging.ILoggerProvider implementation to be used in filtering rules.\n", "deprecated": null, "preselect": null, "insertText": "ProviderAliasAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Queryable", "kind": 7, "detail": " Queryable", "documentation": "", "deprecated": null, "preselect": null, "insertText": "Queryable$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Queue", "kind": 7, "detail": " Queue (+ 3 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "Queue<${1:T}>$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Random", "kind": 7, "detail": " Random (+ 2 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "Random$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Range", "kind": 10, "detail": " Range (+ 2 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "Range$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "RankException", "kind": 7, "detail": " RankException (+ 4 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "RankException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ReadOnlyMemory", "kind": 10, "detail": " ReadOnlyMemory (+ 3 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ReadOnlyMemory<${1:T}>$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ReadOnlySpan", "kind": 10, "detail": " ReadOnlySpan (+ 4 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ReadOnlySpan<${1:T}>$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "RedirectResult", "kind": 7, "detail": " RedirectResult (+ 3 overload(s))", "documentation": "An Microsoft.AspNetCore.Mvc.ActionResult that returns a Found (302), Moved Permanently (301), Temporary Redirect (307),\nor Permanent Redirect (308) response with a Location header to the supplied URL.\n", "deprecated": null, "preselect": null, "insertText": "RedirectResult$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "RedirectToActionResult", "kind": 7, "detail": " RedirectToActionResult (+ 6 overload(s))", "documentation": "An Microsoft.AspNetCore.Mvc.ActionResult that returns a Found (302), Moved Permanently (301), Temporary Redirect (307),\nor Permanent Redirect (308) response with a Location header.\nTargets a controller action.\n", "deprecated": null, "preselect": null, "insertText": "RedirectToActionResult$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "RedirectToPageResult", "kind": 7, "detail": " RedirectToPageResult (+ 9 overload(s))", "documentation": "An Microsoft.AspNetCore.Mvc.ActionResult that returns a Found (302)\nor Moved Permanently (301) response with a Location header.\nTargets a registered route.\n", "deprecated": null, "preselect": null, "insertText": "RedirectToPageResult$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "RedirectToRouteResult", "kind": 7, "detail": " RedirectToRouteResult (+ 7 overload(s))", "documentation": "An Microsoft.AspNetCore.Mvc.ActionResult that returns a Found (302), Moved Permanently (301), Temporary Redirect (307),\nor Permanent Redirect (308) response with a Location header.\nTargets a registered route.\n", "deprecated": null, "preselect": null, "insertText": "RedirectToRouteResult$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ref", "kind": 14, "detail": " ref", "documentation": null, "deprecated": null, "preselect": null, "insertText": "ref", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "RemoteAttribute", "kind": 7, "detail": " RemoteAttribute (+ 4 overload(s))", "documentation": "A Microsoft.AspNetCore.Mvc.RemoteAttributeBase for controllers which configures Unobtrusive validation to send an Ajax request to the\nweb site. The invoked action should return JSON indicating whether the value is valid.\n\nRemarks:\nDoes no server-side validation of the final form submission.", "deprecated": null, "preselect": null, "insertText": "RemoteAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "RemoteAttributeBase", "kind": 7, "detail": " RemoteAttributeBase (+ 1 overload(s))", "documentation": "A System.ComponentModel.DataAnnotations.ValidationAttribute which configures Unobtrusive validation to send an Ajax request to the\nweb site. The invoked endpoint should return JSON indicating whether the value is valid.\n\nRemarks:\nDoes no server-side validation of the final form submission.", "deprecated": null, "preselect": null, "insertText": "RemoteAttributeBase$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "RequestFormLimitsAttribute", "kind": 7, "detail": " RequestFormLimitsAttribute (+ 1 overload(s))", "documentation": "Sets the specified limits to the Microsoft.AspNetCore.Http.HttpRequest.Form .\n", "deprecated": null, "preselect": null, "insertText": "RequestFormLimitsAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "RequestSizeLimitAttribute", "kind": 7, "detail": " RequestSizeLimitAttribute (+ 1 overload(s))", "documentation": "Sets the request body size limit to the specified size.\n", "deprecated": null, "preselect": null, "insertText": "RequestSizeLimitAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "RequireHttpsAttribute", "kind": 7, "detail": " RequireHttpsAttribute (+ 1 overload(s))", "documentation": "An authorization filter that confirms requests are received over HTTPS.\n", "deprecated": null, "preselect": null, "insertText": "RequireHttpsAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ResolveEventArgs", "kind": 7, "detail": " ResolveEventArgs (+ 2 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ResolveEventArgs$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ResolveEventHandler", "kind": 7, "detail": " ResolveEventHandler (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ResolveEventHandler$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ResponseCacheAttribute", "kind": 7, "detail": " ResponseCacheAttribute (+ 1 overload(s))", "documentation": "Specifies the parameters necessary for setting appropriate headers in response caching.\n", "deprecated": null, "preselect": null, "insertText": "ResponseCacheAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ResponseCacheLocation", "kind": 13, "detail": " ResponseCacheLocation", "documentation": "Determines the value for the \"Cache-control\" header in the response.\n", "deprecated": null, "preselect": null, "insertText": "ResponseCacheLocation$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "RouteAttribute", "kind": 7, "detail": " RouteAttribute (+ 1 overload(s))", "documentation": "Specifies an attribute route on a controller.\n", "deprecated": null, "preselect": null, "insertText": "RouteAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "RuntimeArgumentHandle", "kind": 10, "detail": " RuntimeArgumentHandle (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "RuntimeArgumentHandle$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "RuntimeFieldHandle", "kind": 10, "detail": " RuntimeFieldHandle (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "RuntimeFieldHandle$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "RuntimeMethodHandle", "kind": 10, "detail": " RuntimeMethodHandle (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "RuntimeMethodHandle$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "RuntimeTypeHandle", "kind": 10, "detail": " RuntimeTypeHandle (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "RuntimeTypeHandle$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "sbyte", "kind": 14, "detail": " sbyte", "documentation": null, "deprecated": null, "preselect": null, "insertText": "sbyte", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "SByte", "kind": 10, "detail": " sbyte (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "sbyte$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "SequencePosition", "kind": 10, "detail": " SequencePosition (+ 2 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "SequencePosition$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "SerializableAttribute", "kind": 7, "detail": " SerializableAttribute (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "SerializableAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "SerializableError", "kind": 7, "detail": " SerializableError (+ 2 overload(s))", "documentation": "Defines a serializable container for storing ModelState information.\nThis information is stored as key/value pairs.\n", "deprecated": null, "preselect": null, "insertText": "SerializableError$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ServiceFilterAttribute", "kind": 7, "detail": " ServiceFilterAttribute (+ 1 overload(s))", "documentation": "A filter that finds another filter in an System.IServiceProvider .\n\nRemarks:\n\nPrimarily used in FilterCollection.AddService calls.\n\nSimilar to the Microsoft.AspNetCore.Mvc.TypeFilterAttribute in that both use constructor injection. Use\nMicrosoft.AspNetCore.Mvc.TypeFilterAttribute instead if the filter is not itself a service.\n", "deprecated": null, "preselect": null, "insertText": "ServiceFilterAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Int16", "kind": 10, "detail": " short (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "short$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "short", "kind": 14, "detail": " short", "documentation": null, "deprecated": null, "preselect": null, "insertText": "short", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "SignInResult", "kind": 7, "detail": " SignInResult (+ 2 overload(s))", "documentation": "An Microsoft.AspNetCore.Mvc.ActionResult that on execution invokes HttpContext.SignInAsync .\n", "deprecated": null, "preselect": null, "insertText": "SignInResult$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "SignOutResult", "kind": 7, "detail": " SignOutResult (+ 5 overload(s))", "documentation": "An Microsoft.AspNetCore.Mvc.ActionResult that on execution invokes HttpContext.SignOutAsync .\n", "deprecated": null, "preselect": null, "insertText": "SignOutResult$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "SkipStatusCodePagesAttribute", "kind": 7, "detail": " SkipStatusCodePagesAttribute (+ 1 overload(s))", "documentation": "A filter that prevents execution of the StatusCodePages middleware.\n", "deprecated": null, "preselect": null, "insertText": "SkipStatusCodePagesAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "SortedDictionary", "kind": 7, "detail": " SortedDictionary (+ 4 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "SortedDictionary<${1:TKey}, ${2:TValue}>$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "SortedList", "kind": 7, "detail": " SortedList (+ 6 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "SortedList<${1:TKey}, ${2:TValue}>$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "SortedSet", "kind": 7, "detail": " SortedSet (+ 5 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "SortedSet<${1:T}>$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "SourceFilter", "kind": 7, "detail": " SourceFilter (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "SourceFilter$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "SourceLevels", "kind": 13, "detail": " SourceLevels", "documentation": "", "deprecated": null, "preselect": null, "insertText": "SourceLevels$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "SourceSwitch", "kind": 7, "detail": " SourceSwitch (+ 2 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "SourceSwitch$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Span", "kind": 10, "detail": " Span (+ 4 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "Span<${1:T}>$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Stack", "kind": 7, "detail": " Stack (+ 3 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "Stack<${1:T}>$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "StackFrame", "kind": 7, "detail": " StackFrame (+ 6 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "StackFrame$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "StackFrameExtensions", "kind": 7, "detail": " StackFrameExtensions", "documentation": "", "deprecated": null, "preselect": null, "insertText": "StackFrameExtensions$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "StackOverflowException", "kind": 7, "detail": " StackOverflowException (+ 3 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "StackOverflowException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "StackTrace", "kind": 7, "detail": " StackTrace (+ 9 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "StackTrace$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Startup", "kind": 7, "detail": " Startup (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "Startup$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "STAThreadAttribute", "kind": 7, "detail": " STAThreadAttribute (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "STAThreadAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "StatusCodeResult", "kind": 7, "detail": " StatusCodeResult (+ 1 overload(s))", "documentation": "Represents an Microsoft.AspNetCore.Mvc.ActionResult that when executed will\nproduce an HTTP response with the given response status code.\n", "deprecated": null, "preselect": null, "insertText": "StatusCodeResult$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Stopwatch", "kind": 7, "detail": " Stopwatch (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "Stopwatch$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "string", "kind": 14, "detail": " string", "documentation": null, "deprecated": null, "preselect": null, "insertText": "string", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "String", "kind": 7, "detail": " string (+ 9 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "string$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "StringComparer", "kind": 7, "detail": " StringComparer (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "StringComparer$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "StringComparison", "kind": 13, "detail": " StringComparison", "documentation": "", "deprecated": null, "preselect": null, "insertText": "StringComparison$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "StringNormalizationExtensions", "kind": 7, "detail": " StringNormalizationExtensions", "documentation": "", "deprecated": null, "preselect": null, "insertText": "StringNormalizationExtensions$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "StringSplitOptions", "kind": 13, "detail": " StringSplitOptions", "documentation": "", "deprecated": null, "preselect": null, "insertText": "StringSplitOptions$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Switch", "kind": 7, "detail": " Switch (+ 2 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "Switch$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "SwitchAttribute", "kind": 7, "detail": " SwitchAttribute (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "SwitchAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "SwitchLevelAttribute", "kind": 7, "detail": " SwitchLevelAttribute (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "SwitchLevelAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "System", "kind": 9, "detail": " System", "documentation": "", "deprecated": null, "preselect": null, "insertText": "System$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "SystemException", "kind": 7, "detail": " SystemException (+ 4 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "SystemException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Task", "kind": 7, "detail": " Task (+ 17 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "Task$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "TaskAsyncEnumerableExtensions", "kind": 7, "detail": " TaskAsyncEnumerableExtensions", "documentation": "", "deprecated": null, "preselect": null, "insertText": "TaskAsyncEnumerableExtensions$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "TaskCanceledException", "kind": 7, "detail": " TaskCanceledException (+ 6 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "TaskCanceledException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "TaskCompletionSource", "kind": 7, "detail": " TaskCompletionSource (+ 4 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "TaskCompletionSource<${1:TResult}>$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "TaskContinuationOptions", "kind": 13, "detail": " TaskContinuationOptions", "documentation": "", "deprecated": null, "preselect": null, "insertText": "TaskContinuationOptions$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "TaskCreationOptions", "kind": 13, "detail": " TaskCreationOptions", "documentation": "", "deprecated": null, "preselect": null, "insertText": "TaskCreationOptions$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "TaskExtensions", "kind": 7, "detail": " TaskExtensions", "documentation": "", "deprecated": null, "preselect": null, "insertText": "TaskExtensions$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "TaskFactory", "kind": 7, "detail": " TaskFactory (+ 11 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "TaskFactory$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "TaskScheduler", "kind": 7, "detail": " TaskScheduler (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "TaskScheduler$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "TaskSchedulerException", "kind": 7, "detail": " TaskSchedulerException (+ 5 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "TaskSchedulerException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "TaskStatus", "kind": 13, "detail": " TaskStatus", "documentation": "", "deprecated": null, "preselect": null, "insertText": "TaskStatus$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "TempDataAttribute", "kind": 7, "detail": " TempDataAttribute (+ 1 overload(s))", "documentation": "Properties decorated with Microsoft.AspNetCore.Mvc.TempDataAttribute will have their values stored in\nand loaded from the Microsoft.AspNetCore.Mvc.ViewFeatures.ITempDataDictionary . Microsoft.AspNetCore.Mvc.TempDataAttribute is supported on properties of Controllers, Razor Pages, and Razor Page Models.\n", "deprecated": null, "preselect": null, "insertText": "TempDataAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "TextWriterTraceListener", "kind": 7, "detail": " TextWriterTraceListener (+ 7 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "TextWriterTraceListener$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ThreadPriorityLevel", "kind": 13, "detail": " ThreadPriorityLevel", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ThreadPriorityLevel$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ThreadState", "kind": 13, "detail": " ThreadState", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ThreadState$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ThreadStaticAttribute", "kind": 7, "detail": " ThreadStaticAttribute (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ThreadStaticAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ThreadWaitReason", "kind": 13, "detail": " ThreadWaitReason", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ThreadWaitReason$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "TimeoutException", "kind": 7, "detail": " TimeoutException (+ 4 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "TimeoutException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "TimeSpan", "kind": 10, "detail": " TimeSpan (+ 5 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "TimeSpan$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "TimeZone", "kind": 7, "detail": " TimeZone (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "TimeZone$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "TimeZoneInfo", "kind": 7, "detail": " TimeZoneInfo", "documentation": "", "deprecated": null, "preselect": null, "insertText": "TimeZoneInfo$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "TimeZoneNotFoundException", "kind": 7, "detail": " TimeZoneNotFoundException (+ 4 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "TimeZoneNotFoundException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Trace", "kind": 7, "detail": " Trace", "documentation": "", "deprecated": null, "preselect": null, "insertText": "Trace$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "TraceEventCache", "kind": 7, "detail": " TraceEventCache (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "TraceEventCache$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "TraceEventType", "kind": 13, "detail": " TraceEventType", "documentation": "", "deprecated": null, "preselect": null, "insertText": "TraceEventType$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "TraceFilter", "kind": 7, "detail": " TraceFilter (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "TraceFilter$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "TraceLevel", "kind": 13, "detail": " TraceLevel", "documentation": "", "deprecated": null, "preselect": null, "insertText": "TraceLevel$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "TraceListener", "kind": 7, "detail": " TraceListener (+ 2 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "TraceListener$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "TraceListenerCollection", "kind": 7, "detail": " TraceListenerCollection", "documentation": "", "deprecated": null, "preselect": null, "insertText": "TraceListenerCollection$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "TraceOptions", "kind": 13, "detail": " TraceOptions", "documentation": "", "deprecated": null, "preselect": null, "insertText": "TraceOptions$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "TraceSource", "kind": 7, "detail": " TraceSource (+ 2 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "TraceSource$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "TraceSourceFactoryExtensions", "kind": 7, "detail": " TraceSourceFactoryExtensions", "documentation": "Extension methods for setting up Microsoft.Extensions.Logging.TraceSource.TraceSourceLoggerProvider on a Microsoft.Extensions.Logging.ILoggingBuilder .\n", "deprecated": null, "preselect": null, "insertText": "TraceSourceFactoryExtensions$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "TraceSwitch", "kind": 7, "detail": " TraceSwitch (+ 2 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "TraceSwitch$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Tuple", "kind": 7, "detail": " Tuple (+ 16 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "Tuple$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "TupleExtensions", "kind": 7, "detail": " TupleExtensions", "documentation": "", "deprecated": null, "preselect": null, "insertText": "TupleExtensions$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Type", "kind": 7, "detail": " Type (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "Type$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "TypeAccessException", "kind": 7, "detail": " TypeAccessException (+ 4 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "TypeAccessException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "TypeCode", "kind": 13, "detail": " TypeCode", "documentation": "", "deprecated": null, "preselect": null, "insertText": "TypeCode$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "TypedReference", "kind": 10, "detail": " TypedReference (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "TypedReference$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "TypeFilterAttribute", "kind": 7, "detail": " TypeFilterAttribute (+ 1 overload(s))", "documentation": "A filter that creates another filter of type Microsoft.AspNetCore.Mvc.TypeFilterAttribute.ImplementationType , retrieving missing constructor\narguments from dependency injection if available there.\n\nRemarks:\n\nPrimarily used in FilterCollection.Add calls.\n\nSimilar to the Microsoft.AspNetCore.Mvc.ServiceFilterAttribute in that both use constructor injection. Use\nMicrosoft.AspNetCore.Mvc.ServiceFilterAttribute instead if the filter is itself a service.\n", "deprecated": null, "preselect": null, "insertText": "TypeFilterAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "TypeInitializationException", "kind": 7, "detail": " TypeInitializationException (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "TypeInitializationException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "TypeLoadException", "kind": 7, "detail": " TypeLoadException (+ 4 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "TypeLoadException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "TypeUnloadedException", "kind": 7, "detail": " TypeUnloadedException (+ 4 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "TypeUnloadedException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "uint", "kind": 14, "detail": " uint", "documentation": null, "deprecated": null, "preselect": null, "insertText": "uint", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "UInt32", "kind": 10, "detail": " uint (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "uint$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "UIntPtr", "kind": 10, "detail": " UIntPtr (+ 4 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "UIntPtr$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "UInt64", "kind": 10, "detail": " ulong (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ulong$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ulong", "kind": 14, "detail": " ulong", "documentation": null, "deprecated": null, "preselect": null, "insertText": "ulong", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "UnauthorizedAccessException", "kind": 7, "detail": " UnauthorizedAccessException (+ 4 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "UnauthorizedAccessException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "UnauthorizedObjectResult", "kind": 7, "detail": " UnauthorizedObjectResult (+ 1 overload(s))", "documentation": "An Microsoft.AspNetCore.Mvc.ObjectResult that when executed will produce a Unauthorized (401) response.\n", "deprecated": null, "preselect": null, "insertText": "UnauthorizedObjectResult$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "UnauthorizedResult", "kind": 7, "detail": " UnauthorizedResult (+ 1 overload(s))", "documentation": "Represents an Microsoft.AspNetCore.Mvc.UnauthorizedResult that when\nexecuted will produce an Unauthorized (401) response.\n", "deprecated": null, "preselect": null, "insertText": "UnauthorizedResult$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "UnhandledExceptionEventArgs", "kind": 7, "detail": " UnhandledExceptionEventArgs (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "UnhandledExceptionEventArgs$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "UnhandledExceptionEventHandler", "kind": 7, "detail": " UnhandledExceptionEventHandler (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "UnhandledExceptionEventHandler$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "UnobservedTaskExceptionEventArgs", "kind": 7, "detail": " UnobservedTaskExceptionEventArgs (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "UnobservedTaskExceptionEventArgs$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "UnprocessableEntityObjectResult", "kind": 7, "detail": " UnprocessableEntityObjectResult (+ 2 overload(s))", "documentation": "An Microsoft.AspNetCore.Mvc.ObjectResult that when executed will produce a Unprocessable Entity (422) response.\n", "deprecated": null, "preselect": null, "insertText": "UnprocessableEntityObjectResult$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "UnprocessableEntityResult", "kind": 7, "detail": " UnprocessableEntityResult (+ 1 overload(s))", "documentation": "A Microsoft.AspNetCore.Mvc.StatusCodeResult that when\nexecuted will produce a Unprocessable Entity (422) response.\n", "deprecated": null, "preselect": null, "insertText": "UnprocessableEntityResult$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "UnsupportedMediaTypeResult", "kind": 7, "detail": " UnsupportedMediaTypeResult (+ 1 overload(s))", "documentation": "A Microsoft.AspNetCore.Mvc.StatusCodeResult that when\nexecuted will produce a UnsupportedMediaType (415) response.\n", "deprecated": null, "preselect": null, "insertText": "UnsupportedMediaTypeResult$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Uri", "kind": 7, "detail": " Uri (+ 7 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "Uri$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "UriBuilder", "kind": 7, "detail": " UriBuilder (+ 7 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "UriBuilder$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "UriComponents", "kind": 13, "detail": " UriComponents", "documentation": "", "deprecated": null, "preselect": null, "insertText": "UriComponents$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "UriFormat", "kind": 13, "detail": " UriFormat", "documentation": "", "deprecated": null, "preselect": null, "insertText": "UriFormat$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "UriFormatException", "kind": 7, "detail": " UriFormatException (+ 4 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "UriFormatException$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "UriHostNameType", "kind": 13, "detail": " UriHostNameType", "documentation": "", "deprecated": null, "preselect": null, "insertText": "UriHostNameType$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "UriKind", "kind": 13, "detail": " UriKind", "documentation": "", "deprecated": null, "preselect": null, "insertText": "UriKind$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "UriParser", "kind": 7, "detail": " UriParser (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "UriParser$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "UriPartial", "kind": 13, "detail": " UriPartial", "documentation": "", "deprecated": null, "preselect": null, "insertText": "UriPartial$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "UriTypeConverter", "kind": 7, "detail": " UriTypeConverter (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "UriTypeConverter$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "UrlHelperExtensions", "kind": 7, "detail": " UrlHelperExtensions", "documentation": "", "deprecated": null, "preselect": null, "insertText": "UrlHelperExtensions$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "UInt16", "kind": 10, "detail": " ushort (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ushort$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ushort", "kind": 14, "detail": " ushort", "documentation": null, "deprecated": null, "preselect": null, "insertText": "ushort", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ValidateAntiForgeryTokenAttribute", "kind": 7, "detail": " ValidateAntiForgeryTokenAttribute (+ 1 overload(s))", "documentation": "Specifies that the class or method that this attribute is applied validates the anti-forgery token.\nIf the anti-forgery token is not available, or if the token is invalid, the validation will fail\nand the action method will not execute.\n\nRemarks:\nThis attribute helps defend against cross-site request forgery. It won't prevent other forgery or tampering\nattacks.\n", "deprecated": null, "preselect": null, "insertText": "ValidateAntiForgeryTokenAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ValidationProblemDetails", "kind": 7, "detail": " ValidationProblemDetails (+ 3 overload(s))", "documentation": "A Microsoft.AspNetCore.Mvc.ProblemDetails for validation errors.\n", "deprecated": null, "preselect": null, "insertText": "ValidationProblemDetails$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ValueTask", "kind": 10, "detail": " ValueTask (+ 8 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ValueTask$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ValueType", "kind": 7, "detail": " ValueType (+ 1 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "ValueType$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "Version", "kind": 7, "detail": " Version (+ 5 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "Version$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ViewComponent", "kind": 7, "detail": " ViewComponent (+ 1 overload(s))", "documentation": "A base class for view components.\n", "deprecated": null, "preselect": null, "insertText": "ViewComponent$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ViewComponentAttribute", "kind": 7, "detail": " ViewComponentAttribute (+ 1 overload(s))", "documentation": "Indicates the class and all subclasses are view components. Optionally specifies a view component's name. If\ndefining a base class for multiple view components, associate this attribute with that base.\n", "deprecated": null, "preselect": null, "insertText": "ViewComponentAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ViewComponentResult", "kind": 7, "detail": " ViewComponentResult (+ 1 overload(s))", "documentation": "An Microsoft.AspNetCore.Mvc.IActionResult which renders a view component to the response.\n", "deprecated": null, "preselect": null, "insertText": "ViewComponentResult$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ViewDataAttribute", "kind": 7, "detail": " ViewDataAttribute (+ 1 overload(s))", "documentation": "Properties decorated with Microsoft.AspNetCore.Mvc.ViewDataAttribute will have their values stored in\nand loaded from the Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary . Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary is supported on properties of Controllers, and Razor Page handlers.\n", "deprecated": null, "preselect": null, "insertText": "ViewDataAttribute$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "ViewResult", "kind": 7, "detail": " ViewResult (+ 1 overload(s))", "documentation": "Represents an Microsoft.AspNetCore.Mvc.ActionResult that renders a view to the response.\n", "deprecated": null, "preselect": null, "insertText": "ViewResult$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "VirtualFileResult", "kind": 7, "detail": " VirtualFileResult (+ 2 overload(s))", "documentation": "A Microsoft.AspNetCore.Mvc.FileResult that on execution writes the file specified using a virtual path to the response\nusing mechanisms provided by the host.\n", "deprecated": null, "preselect": null, "insertText": "VirtualFileResult$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "WeakReference", "kind": 7, "detail": " WeakReference (+ 6 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "WeakReference$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } }, { "label": "XmlWriterTraceListener", "kind": 7, "detail": " XmlWriterTraceListener (+ 6 overload(s))", "documentation": "", "deprecated": null, "preselect": null, "insertText": "XmlWriterTraceListener$0", "insertTextFormat": 2, "data": { "data": null, "$$___handlerType___$$": "OmniSharp.LanguageServerProtocol.Handlers.OmniSharpCompletionHandler", "$$___handlerKey___$$": "[**/*.cs], [**/*.csx]" } } ] [Trace - 10:09:06 PM] Received response 'textDocument/hover - (7)' in 703ms. Result: { "contents": [ null, null ] } [Trace - 10:09:08 PM] Received response 'textDocument/codeAction - (8)' in 717ms. Result: [ { "title": "Generate type 'ILLogger' -> Generate class 'ILLogger' in new file", "kind": "refactor", "diagnostics": [], "edit": { "changes": { "file:///home/user/dev/exp/net3/Controllers/ILLogger.cs": [ { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 0 } }, "newText": "namespace net3.Controllers\n{\n public class ILLogger\n {\n }\n}" } ] } } }, { "title": "Generate type 'ILLogger' -> Generate class 'ILLogger'", "kind": "refactor", "diagnostics": [], "edit": { "changes": { "file:///home/user/dev/exp/net3/Controllers/HomeController.cs": [ { "range": { "start": { "line": 36, "character": 0 }, "end": { "line": 36, "character": 0 } }, "newText": "\n public class ILLogger\n {\n }\n" } ] } } }, { "title": "Generate type 'ILLogger' -> Generate nested class 'ILLogger'", "kind": "refactor", "diagnostics": [], "edit": { "changes": { "file:///home/user/dev/exp/net3/Controllers/HomeController.cs": [ { "range": { "start": { "line": 35, "character": 0 }, "end": { "line": 35, "character": 0 } }, "newText": "\n public class ILLogger\n {\n }\n" } ] } } }, { "title": "Fix typo 'ILLogger' -> Change 'ILLogger' to 'ILogger'.", "kind": "refactor", "diagnostics": [], "edit": { "changes": { "file:///home/user/dev/exp/net3/Controllers/HomeController.cs": [ { "range": { "start": { "line": 15, "character": 32 }, "end": { "line": 15, "character": 33 } }, "newText": "" } ] } } }, { "title": "Fix typo 'ILLogger' -> Change 'ILLogger' to 'Logger'.", "kind": "refactor", "diagnostics": [], "edit": { "changes": { "file:///home/user/dev/exp/net3/Controllers/HomeController.cs": [ { "range": { "start": { "line": 15, "character": 30 }, "end": { "line": 15, "character": 32 } }, "newText": "" } ] } } }, { "title": "Use expression body for constructors", "kind": "refactor", "diagnostics": [], "edit": { "changes": { "file:///home/user/dev/exp/net3/Controllers/HomeController.cs": [ { "range": { "start": { "line": 15, "character": 62 }, "end": { "line": 18, "character": 9 } }, "newText": " => _logger = logger;" } ] } } }, { "title": "Add null check", "kind": "refactor", "diagnostics": [], "edit": { "changes": { "file:///home/user/dev/exp/net3/Controllers/HomeController.cs": [ { "range": { "start": { "line": 17, "character": 28 }, "end": { "line": 17, "character": 28 } }, "newText": " ?? throw new ArgumentNullException(nameof(logger))" } ] } } } ] [Trace - 10:09:09 PM] Sending request 'textDocument/codeAction - (9)'. Params: { "textDocument": { "uri": "file:///home/user/dev/exp/net3/Controllers/HomeController.cs" }, "range": { "start": { "line": 15, "character": 32 }, "end": { "line": 15, "character": 32 } }, "context": { "diagnostics": [] } } [Trace - 10:09:10 PM] Received notification 'window/logMessage'. Params: { "type": 1, "message": "File already exists in workspace: '/home/user/dev/exp/net3/Controllers/ILLogger.cs'" } [Trace - 10:09:10 PM] Received response 'textDocument/codeAction - (9)' in 168ms. Result: [ { "title": "Generate type 'ILLogger' -> Generate class 'ILLogger' in new file", "kind": "refactor", "diagnostics": [], "edit": { "changes": { "file:///home/user/dev/exp/net3/Controllers/ILLogger.cs": [ { "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 0 } }, "newText": "namespace net3.Controllers\n{\n public class ILLogger\n {\n }\n}" } ] } } }, { "title": "Generate type 'ILLogger' -> Generate class 'ILLogger'", "kind": "refactor", "diagnostics": [], "edit": { "changes": { "file:///home/user/dev/exp/net3/Controllers/HomeController.cs": [ { "range": { "start": { "line": 36, "character": 0 }, "end": { "line": 36, "character": 0 } }, "newText": "\n public class ILLogger\n {\n }\n" } ] } } }, { "title": "Generate type 'ILLogger' -> Generate nested class 'ILLogger'", "kind": "refactor", "diagnostics": [], "edit": { "changes": { "file:///home/user/dev/exp/net3/Controllers/HomeController.cs": [ { "range": { "start": { "line": 35, "character": 0 }, "end": { "line": 35, "character": 0 } }, "newText": "\n public class ILLogger\n {\n }\n" } ] } } }, { "title": "Fix typo 'ILLogger' -> Change 'ILLogger' to 'ILogger'.", "kind": "refactor", "diagnostics": [], "edit": { "changes": { "file:///home/user/dev/exp/net3/Controllers/HomeController.cs": [ { "range": { "start": { "line": 15, "character": 32 }, "end": { "line": 15, "character": 33 } }, "newText": "" } ] } } }, { "title": "Fix typo 'ILLogger' -> Change 'ILLogger' to 'Logger'.", "kind": "refactor", "diagnostics": [], "edit": { "changes": { "file:///home/user/dev/exp/net3/Controllers/HomeController.cs": [ { "range": { "start": { "line": 15, "character": 30 }, "end": { "line": 15, "character": 32 } }, "newText": "" } ] } } }, { "title": "Use expression body for constructors", "kind": "refactor", "diagnostics": [], "edit": { "changes": { "file:///home/user/dev/exp/net3/Controllers/HomeController.cs": [ { "range": { "start": { "line": 15, "character": 62 }, "end": { "line": 18, "character": 9 } }, "newText": " => _logger = logger;" } ] } } }, { "title": "Add null check", "kind": "refactor", "diagnostics": [], "edit": { "changes": { "file:///home/user/dev/exp/net3/Controllers/HomeController.cs": [ { "range": { "start": { "line": 17, "character": 28 }, "end": { "line": 17, "character": 28 } }, "newText": " ?? throw new ArgumentNullException(nameof(logger))" } ] } } } ]