1 instantiation of DocumentEditor
Microsoft.CodeAnalysis.Workspaces (1)
195 references to DocumentEditor
ILLink.CodeFixProvider (14)
Microsoft.Analyzers.Extra (6)
Microsoft.AspNetCore.App.CodeFixes (4)
Microsoft.AspNetCore.Mvc.Api.Analyzers (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 (27)
Microsoft.NetCore.Analyzers\Performance\CSharpUseStringMethodCharOverloadWithSingleCharacters.Fixer.cs (1)
71DocumentEditor editor,
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
Microsoft.CodeAnalysis.Features (32)
Microsoft.CodeAnalysis.VisualBasic.Analyzers (1)
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (8)
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)