2 references to _implementation
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (2)
RazorRefactorNotifyWrapper.cs (2)
24return _implementation?.TryOnAfterGlobalSymbolRenamed(workspace, changedDocumentIDs, symbol, newName, throwOnFailure) ?? true; 30return _implementation?.TryOnBeforeGlobalSymbolRenamed(workspace, changedDocumentIDs, symbol, newName, throwOnFailure) ?? true;