2 overrides of IsInternalProvider
Microsoft.CodeAnalysis.Features (2)
CodeFixes\FixAllOccurrences\AbstractFixAllCodeFixCodeAction.cs (1)
30protected override bool IsInternalProvider(IFixAllState fixAllState)
CodeRefactorings\FixAllOccurences\FixAllCodeRefactoringCodeAction.cs (1)
24protected override bool IsInternalProvider(IFixAllState fixAllState)
2 references to IsInternalProvider
Microsoft.CodeAnalysis.Features (2)
CodeFixesAndRefactorings\AbstractFixAllCodeAction.cs (2)
63FixAllLogger.LogState(FixAllState, IsInternalProvider(FixAllState)); 77FixAllLogger.LogState(FixAllState, IsInternalProvider(FixAllState));