2 references to MethodNamePropertyKey
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Runtime\UseExceptionThrowHelpers.cs (1)
262
properties: ImmutableDictionary<string, string?>.Empty.Add(
MethodNamePropertyKey
, methodName),
Microsoft.NetCore.Analyzers\Runtime\UseExceptionThrowHelpersFixer.cs (1)
95
diagnostic.Properties.TryGetValue(UseExceptionThrowHelpers.
MethodNamePropertyKey
, out methodName);