3 references to NonStaticMemberIsMethodKey
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\InteropServices\DynamicInterfaceCastableImplementation.cs (2)
61internal const string NonStaticMemberIsMethodKey = nameof(NonStaticMemberIsMethodKey); 141propertyBag = propertyBag.Add(NonStaticMemberIsMethodKey, string.Empty);
Microsoft.NetCore.Analyzers\InteropServices\DynamicInterfaceCastableImplementation.Fixer.cs (1)
52&& diagnostic.Properties.ContainsKey(DynamicInterfaceCastableImplementationAnalyzer.NonStaticMemberIsMethodKey))