3 implementations of SupportsImplicitInterfaceImplementation
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpSemanticFacts.cs (1)
34public bool SupportsImplicitInterfaceImplementation => true;
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
VisualBasicSemanticFacts.vb (1)
28Public ReadOnly Property SupportsImplicitInterfaceImplementation As Boolean Implements ISemanticFacts.SupportsImplicitInterfaceImplementation
Microsoft.CodeAnalysis.Workspaces (1)
AbstractSemanticFactsService.cs (1)
127public bool SupportsImplicitInterfaceImplementation => SemanticFacts.SupportsImplicitInterfaceImplementation;
4 references to SupportsImplicitInterfaceImplementation
Microsoft.CodeAnalysis.Features (1)
MetadataAsSource\AbstractMetadataAsSourceService.cs (1)
114var canImplementImplicitly = document.GetRequiredLanguageService<ISemanticFactsService>().SupportsImplicitInterfaceImplementation;
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
VisualBasicSemanticFacts.vb (1)
28Public ReadOnly Property SupportsImplicitInterfaceImplementation As Boolean Implements ISemanticFacts.SupportsImplicitInterfaceImplementation
Microsoft.CodeAnalysis.Workspaces (2)
AbstractSemanticFactsService.cs (1)
127public bool SupportsImplicitInterfaceImplementation => SemanticFacts.SupportsImplicitInterfaceImplementation;
Shared\Extensions\ITypeSymbolExtensions.cs (1)
162if ((!semanticFacts.SupportsImplicitInterfaceImplementation &&