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