1 write to Document
Microsoft.CodeAnalysis.Workspaces (1)
Rename\RenameRewriterParameters.cs (1)
57Document = document;
7 references to Document
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
Rename\CSharpRenameRewriterLanguageService.cs (3)
127_documentId = parameters.Document.Id; 149_simplificationService = parameters.Document.Project.Services.GetRequiredService<ISimplificationService>(); 150_semanticFactsService = parameters.Document.Project.Services.GetRequiredService<ISemanticFactsService>();
Microsoft.CodeAnalysis.VisualBasic.Workspaces (4)
Rename\VisualBasicRenameRewriterLanguageService.vb (4)
107_documentId = parameters.Document.Id 125_simplificationService = parameters.Document.Project.Services.GetRequiredService(Of ISimplificationService)() 126_syntaxFactsService = parameters.Document.Project.Services.GetRequiredService(Of ISyntaxFactsService)() 127_semanticFactsService = parameters.Document.Project.Services.GetRequiredService(Of ISemanticFactsService)()