Version Used: VS 16.3
Steps to Reproduce:
Ctrl+,
- Search for
LocalFunction
using System;
namespace ConsoleApp9
{
class Program
{
static void Main(string[] args)
{
static void LocalFunction() { }
Console.WriteLine("Hello World!");
}
}
}
Expected Behavior:
The local function is found
Actual Behavior:
The local function is not found
Version Used: VS 16.3
Steps to Reproduce:
Ctrl+,LocalFunctionExpected Behavior:
The local function is found
Actual Behavior:
The local function is not found