2 instantiations of SymbolEditor
Microsoft.CodeAnalysis.Workspaces (2)
Editing\SymbolEditor.cs (2)
38
return new
SymbolEditor
(solution);
51
return new
SymbolEditor
(document.Project.Solution);
12 references to SymbolEditor
Microsoft.CodeAnalysis.Workspaces (8)
Editing\SymbolEditor.cs (5)
29
/// Creates a new <see cref="
SymbolEditor
"/> instance.
31
public static
SymbolEditor
Create(Solution solution)
42
/// Creates a new <see cref="
SymbolEditor
"/> instance.
44
public static
SymbolEditor
Create(Document document)
65
/// The documents changed since the <see cref="
SymbolEditor
"/> was constructed.
Editing\SymbolEditorExtensions.cs (3)
20
this
SymbolEditor
editor,
58
this
SymbolEditor
editor,
94
this
SymbolEditor
editor,
Microsoft.Interop.LibraryImportGenerator (4)
Analyzers\CustomMarshallerAttributeFixer.cs (4)
57
SymbolEditor
symbolEditor =
SymbolEditor
.Create(fixAllContext.Solution);
169
SymbolEditor
editor =
SymbolEditor
.Create(doc.Project.Solution);