1 instantiation of MethodHelper
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\PreferHashDataOverComputeHash.cs (1)
561var methodHelper = new MethodHelper(
5 references to MethodHelper
Microsoft.CodeAnalysis.NetAnalyzers (5)
Microsoft.NetCore.Analyzers\Performance\PreferHashDataOverComputeHash.cs (5)
59var methodHelper = MethodHelper.Init(context.Compilation); 212static void CaptureOrReportComputeHashInvocationOperation(OperationAnalysisContext context, MethodHelper methodHelper, DataCollector dataCollector, IInvocationOperation computeHashInvocation, ComputeType computeType) 514public static MethodHelper? Init(Compilation compilation) 561var methodHelper = new MethodHelper(