2 references to MethodNameKey
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\CSharpCollapseMultiplePathOperations.Fixer.cs (1)
40
if (!diagnostic.Properties.TryGetValue(CollapseMultiplePathOperationsAnalyzer.
MethodNameKey
, out var methodName))
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\CollapseMultiplePathOperations.cs (1)
176
properties.Add(
MethodNameKey
, methodName);