3 overrides of IsInternalProvider
Microsoft.CodeAnalysis.Features (2)
CodeFixes\FixAllOccurrences\AbstractFixAllCodeFixCodeAction.cs (1)
30protected sealed override bool IsInternalProvider(IFixAllState fixAllState)
CodeRefactorings\FixAllOccurences\FixAllCodeRefactoringCodeAction.cs (1)
19protected override bool IsInternalProvider(IFixAllState fixAllState)
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\CodeActions\FixAllCodeAction.cs (1)
27protected override bool IsInternalProvider(IFixAllState fixAllState)
2 references to IsInternalProvider
Microsoft.CodeAnalysis.Features (2)
CodeFixesAndRefactorings\AbstractFixAllCodeAction.cs (2)
55FixAllLogger.LogState(FixAllState, IsInternalProvider(FixAllState)); 69FixAllLogger.LogState(FixAllState, IsInternalProvider(FixAllState));