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