1 instantiation of CSharpVirtualCharService
Microsoft.AspNetCore.App.Analyzers (1)
Infrastructure\VirtualChars\CSharpVirtualCharService.cs (1)
22public static readonly IVirtualCharService Instance = new CSharpVirtualCharService();
1 reference to CSharpVirtualCharService
Microsoft.AspNetCore.App.Analyzers (1)
Infrastructure\RouteUsageCache.cs (1)
64var virtualChars = CSharpVirtualCharService.Instance.TryConvertToVirtualChars(token);