2 instantiations of SymbolEditor
Microsoft.CodeAnalysis.Workspaces (2)
Editing\SymbolEditor.cs (2)
38
return new
SymbolEditor
(solution);
51
return new
SymbolEditor
(document.Project.Solution);
32 references to SymbolEditor
Microsoft.CodeAnalysis.NetAnalyzers (20)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\DefineAccessorsForAttributeArguments.Fixer.cs (2)
79
SymbolEditor
symbolEditor =
SymbolEditor
.Create(document);
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\EnumsShouldHaveZeroValue.Fixer.cs (4)
106
SymbolEditor
editor =
SymbolEditor
.Create(document);
147
SymbolEditor
editor =
SymbolEditor
.Create(document);
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\InterfaceMethodsShouldBeCallableByChildTypes.Fixer.cs (6)
123
SymbolEditor
editor =
SymbolEditor
.Create(document);
160
SymbolEditor
editor =
SymbolEditor
.Create(document);
204
SymbolEditor
editor =
SymbolEditor
.Create(document);
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\OperatorOverloadsHaveNamedAlternates.Fixer.cs (2)
116
SymbolEditor
symbolEditor =
SymbolEditor
.Create(context.Document);
Microsoft.CodeQuality.Analyzers\QualityGuidelines\SealMethodsThatSatisfyPrivateInterfaces.Fixer.cs (4)
112
var
editor =
SymbolEditor
.Create(this.Solution);
139
var
editor =
SymbolEditor
.Create(this.Solution);
Microsoft.NetCore.Analyzers\Runtime\MarkAllNonSerializableFields.Fixer.cs (2)
66
SymbolEditor
editor =
SymbolEditor
.Create(document);
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);