1 implementation of SupportsImplicitInterfaceImplementation
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\LanguageServices\SemanticsFactsService\AbstractSemanticFactsService.cs (1)
174
public bool
SupportsImplicitInterfaceImplementation
=> SemanticFacts.SupportsImplicitInterfaceImplementation;
1 reference to SupportsImplicitInterfaceImplementation
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\LanguageServices\SemanticsFactsService\AbstractSemanticFactsService.cs (1)
174
public bool SupportsImplicitInterfaceImplementation => SemanticFacts.
SupportsImplicitInterfaceImplementation
;