You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Use already existing <see cref="AssemblyRef"/>s whenever possible
42
+
/// </summary>
43
+
TryToUseExistingAssemblyRefs=8,
44
+
40
45
/// <summary>
41
46
/// Don't set this flag. For internal use only.
42
47
/// </summary>
@@ -79,7 +84,7 @@ public abstract class ImportMapper {
79
84
/// Overrides default behavior of <see cref="Importer.Import(Type)"/>
80
85
/// May be used to use reference assemblies for <see cref="Type"/> resolution, for example.
81
86
/// </summary>
82
-
/// <param name="source"><see cref="Type"/> to create <see cref="TypeRef"/> for.</param>
87
+
/// <param name="source"><see cref="Type"/> to create <see cref="TypeRef"/> for. <paramref name="source"/> is non-generic type or generic type without generic arguments.</param>
83
88
/// <returns><see cref="TypeRef"/> or null to use default <see cref="Importer"/>'s type resolution</returns>
0 commit comments