1 instantiation of DocumentEditor
Microsoft.CodeAnalysis.Workspaces (1)
204 references to DocumentEditor
ILLink.CodeFixProvider (22)
Microsoft.Analyzers.Extra (6)
Microsoft.AspNetCore.App.CodeFixes (4)
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.NetAnalyzers (8)
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
Microsoft.CodeAnalysis.Features (32)
Microsoft.CodeAnalysis.NetAnalyzers (31)
Microsoft.CodeAnalysis.VisualBasic.Analyzers (1)
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (1)
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,
292private static async Task<bool> TransformCallersOfNoPreserveSigMethod(DocumentEditor editor, IMethodSymbol methodSymbol, CancellationToken cancellationToken)
433DocumentEditor editor,
592DocumentEditor 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)