1 instantiation of DocumentEditor
Microsoft.CodeAnalysis.Workspaces (1)
171 references to DocumentEditor
ILLink.CodeFixProvider (14)
Microsoft.Analyzers.Extra (6)
Microsoft.AspNetCore.App.CodeFixes (4)
Microsoft.AspNetCore.Mvc.Api.Analyzers (4)
Microsoft.Build.TaskAuthoring.Analyzer (8)
Microsoft.CodeAnalysis.Analyzers (13)
Microsoft.CodeAnalysis.CodeStyle.Fixes (3)
Microsoft.CodeAnalysis.CSharp.Analyzers (1)
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (13)
Microsoft.CodeAnalysis.CSharp.Features (18)
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
Microsoft.CodeAnalysis.CSharp.Workspaces.UnitTests (4)
Microsoft.CodeAnalysis.Features (32)
Microsoft.CodeAnalysis.Workspaces (15)
Microsoft.Interop.ComInterfaceGenerator (7)
Microsoft.Interop.LibraryImportGenerator (15)
Analyzers\ConvertToLibraryImportFixer.cs (9)
88var editor = await solutionEditor.GetDocumentEditorAsync(documentId, ct).ConfigureAwait(false);
110var editor = await solutionEditor.GetDocumentEditorAsync(documentId, ct).ConfigureAwait(false);
125var editor = await solutionEditor.GetDocumentEditorAsync(documentId, ct).ConfigureAwait(false);
144var editor = await solutionEditor.GetDocumentEditorAsync(documentId, ct).ConfigureAwait(false);
173DocumentEditor editor,
210DocumentEditor editor,
283private static async Task<bool> TransformCallersOfNoPreserveSigMethod(DocumentEditor editor, IMethodSymbol methodSymbol, CancellationToken cancellationToken)
424DocumentEditor editor,
583DocumentEditor editor,
Analyzers\CustomMarshallerAttributeFixer.cs (3)
187DocumentEditor editor,
204private static void AddMissingMembersToStatelessMarshaller(DocumentEditor editor, SyntaxNode declaringSyntax, INamedTypeSymbol marshallerType, ITypeSymbol managedType, HashSet<string> missingMemberNames, bool isLinearCollectionMarshaller)
400private static void AddMissingMembersToStatefulMarshaller(DocumentEditor editor, SyntaxNode declaringSyntax, INamedTypeSymbol marshallerType, ITypeSymbol managedType, HashSet<string> missingMemberNames, bool isLinearCollectionMarshaller)
Roslyn.Diagnostics.CSharp.Analyzers (5)
System.Text.RegularExpressions.Generator (6)