1 instantiation of CSharpUseExplicitTypeHelper
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpUseExplicitTypeHelper.cs (1)
18public static CSharpUseExplicitTypeHelper Instance = new();
2 references to CSharpUseExplicitTypeHelper
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
CSharpUseExplicitTypeDiagnosticAnalyzer.cs (1)
19protected override CSharpTypeStyleHelper Helper => CSharpUseExplicitTypeHelper.Instance;
CSharpUseExplicitTypeHelper.cs (1)
18public static CSharpUseExplicitTypeHelper Instance = new();