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
/// Gets the <see cref="Type"/> object with the specified name in the assembly instance and optionally throws an exception if the type is not found.
83
+
/// Gets the <see cref="ITypeSymbol"/> object with the specified name in the assembly instance.
96
84
/// </summary>
97
85
/// <param name="name"></param>
98
-
/// <param name="throwOnError"></param>
99
86
/// <returns></returns>
100
-
ITypeSymbol?GetType(stringname,boolthrowOnError);
87
+
ITypeSymbol?GetType(stringname);
101
88
102
89
/// <summary>
103
-
/// Gets the <see cref="Type"/> object with the specified name in the assembly instance, with the options of ignoring the case, and of throwing an exception if the type is not found.
90
+
/// Gets the <see cref="ITypeSymbol"/> object with the specified name in the assembly instanceand optionally throws an exception if the type is not found.
0 commit comments