1 write to MicrosoftCodeAnalysisFeaturesAssembly
dotnet-format (1)
Analyzers\Extensions.cs (1)
19MicrosoftCodeAnalysisFeaturesAssembly = Assembly.Load(new AssemblyName("Microsoft.CodeAnalysis.Features"));
1 reference to MicrosoftCodeAnalysisFeaturesAssembly
dotnet-format (1)
Analyzers\Extensions.cs (1)
20IDEDiagnosticIdToOptionMappingHelperType = MicrosoftCodeAnalysisFeaturesAssembly.GetType("Microsoft.CodeAnalysis.Diagnostics.IDEDiagnosticIdToOptionMappingHelper")!;