3 references to HashCreationIndexPropertyKey
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Performance\PreferHashDataOverComputeHash.cs (2)
30
internal const string HashCreationIndexPropertyKey = nameof(
HashCreationIndexPropertyKey
);
279
dictBuilder.Add(
HashCreationIndexPropertyKey
, hashCreationLocationIndex.ToString(CultureInfo.InvariantCulture));
Microsoft.NetCore.Analyzers\Performance\PreferHashDataOverComputeHash.Fixer.cs (1)
305
if (!diagnostic.Properties.TryGetValue(PreferHashDataOverComputeHashAnalyzer.
HashCreationIndexPropertyKey
, out var hashCreationIndexPropertyKey) ||