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