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