1 override of IsInternalProvider
Microsoft.CodeAnalysis.Features (1)
CodeFixes\FixAllOccurrences\AbstractFixAllCodeFixCodeAction.cs (1)
30protected sealed override bool IsInternalProvider(IFixAllState fixAllState)
2 references to IsInternalProvider
Microsoft.CodeAnalysis.Features (2)
CodeFixesAndRefactorings\AbstractFixAllCodeAction.cs (2)
59FixAllLogger.LogState(FixAllState, IsInternalProvider(FixAllState)); 73FixAllLogger.LogState(FixAllState, IsInternalProvider(FixAllState));