12 references to WellKnownDll
Microsoft.CodeAnalysis.Test.Utilities (12)
Platform\Desktop\ErrorDiagnostics.cs (12)
55public static IEnumerable<Tuple<Assembly, WellKnownDll>> GetWellKnownDlls()
63yield return Tuple.Create(assembly, WellKnownDll.PlatformVsEditor);
66yield return Tuple.Create(assembly, WellKnownDll.PlatformEditor);
69yield return Tuple.Create(assembly, WellKnownDll.TextLogic);
72yield return Tuple.Create(assembly, WellKnownDll.TextUI);
75yield return Tuple.Create(assembly, WellKnownDll.TextData);
78yield return Tuple.Create(assembly, WellKnownDll.TextWpf);
81yield return Tuple.Create(assembly, WellKnownDll.UIUndo);
84yield return Tuple.Create(assembly, WellKnownDll.StandardClassification);
90private static IEnumerable<Tuple<Assembly, WellKnownDll, DllVersion>> GetWellKnownDllsWithVersion()
96case WellKnownDll.PlatformVsEditor:
105case WellKnownDll.TextData: