2 references to TryGetHashDataMethodOneArg
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\PreferHashDataOverComputeHash.cs (2)
447
public bool TryGetHashDataMethodByteArg(ITypeSymbol? originalHashType, [NotNullWhen(true)] out IMethodSymbol? staticHashMethod) =>
TryGetHashDataMethodOneArg
(originalHashType, _byteArrayParameter, out staticHashMethod);
449
public bool TryGetHashDataMethodSpanArg(ITypeSymbol? originalHashType, [NotNullWhen(true)] out IMethodSymbol? staticHashMethod) =>
TryGetHashDataMethodOneArg
(originalHashType, _rosByteParameter, out staticHashMethod);