1 reference to TryGetTryHashDataMethod
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\PreferHashDataOverComputeHash.cs (1)
451
public bool TryGetTryHashDataMethod(ITypeSymbol? originalHashType, [NotNullWhen(true)] out IMethodSymbol? staticHashMethod) =>
TryGetTryHashDataMethod
(originalHashType, _rosByteParameter, _spanByteParameter, _intParameter, out staticHashMethod);