2 references to IsObjectCreationInheritingHashAlgorithm
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\PreferHashDataOverComputeHash.cs (2)
144
if (!methodHelper.
IsObjectCreationInheritingHashAlgorithm
(objectCreationOperation))
222
case IObjectCreationOperation chainObjectCreationOperation when methodHelper.
IsObjectCreationInheritingHashAlgorithm
(chainObjectCreationOperation):