2 overrides of GetAssemblyName
Microsoft.CodeAnalysis.CSharp.Features (1)
AddPackage\CSharpAddSpecificPackageCodeFixProvider.cs (1)
30
protected override string
GetAssemblyName
(string id)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
AddPackage\VisualBasicAddSpecificPackageCodeFixProvider.vb (1)
29
Protected Overrides Function
GetAssemblyName
(id As String) As String
1 reference to GetAssemblyName
Microsoft.CodeAnalysis.Features (1)
AddPackage\AbstractAddSpecificPackageCodeFixProvider.cs (1)
38
var assemblyName =
GetAssemblyName
(context.Diagnostics[0].Id);