4 references to ImplementInterfacesOnDynamicCastableImplementation
Microsoft.CodeAnalysis.NetAnalyzers (4)
Microsoft.NetCore.Analyzers\InteropServices\DynamicInterfaceCastableImplementation.Fixer.cs (4)
65
return nameof(MicrosoftNetCoreAnalyzersResources.
ImplementInterfacesOnDynamicCastableImplementation
);
78
=> equivalenceKey == nameof(MicrosoftNetCoreAnalyzersResources.
ImplementInterfacesOnDynamicCastableImplementation
)
79
? MicrosoftNetCoreAnalyzersResources.
ImplementInterfacesOnDynamicCastableImplementation
97
if (key == nameof(MicrosoftNetCoreAnalyzersResources.
ImplementInterfacesOnDynamicCastableImplementation
))