1 instantiation of CSharpUseExplicitTypeHelper
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Utilities\TypeStyle\CSharpUseExplicitTypeHelper.cs (1)
17public static CSharpUseExplicitTypeHelper Instance = new();
2 references to CSharpUseExplicitTypeHelper
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
src\Analyzers\CSharp\Analyzers\UseImplicitOrExplicitType\CSharpUseExplicitTypeDiagnosticAnalyzer.cs (1)
19protected override CSharpTypeStyleHelper Helper => CSharpUseExplicitTypeHelper.Instance;
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Utilities\TypeStyle\CSharpUseExplicitTypeHelper.cs (1)
17public static CSharpUseExplicitTypeHelper Instance = new();