4 references to Create
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.CodeQuality.Analyzers\QualityGuidelines\SealMethodsThatSatisfyPrivateInterfaces.Fixer.cs (2)
112
var editor = SymbolEditor.
Create
(this.Solution);
139
var editor = SymbolEditor.
Create
(this.Solution);
Microsoft.Interop.LibraryImportGenerator (2)
Analyzers\CustomMarshallerAttributeFixer.cs (2)
57
SymbolEditor symbolEditor = SymbolEditor.
Create
(fixAllContext.Solution);
169
SymbolEditor editor = SymbolEditor.
Create
(doc.Project.Solution);