3 references to TryGetType
Microsoft.CodeAnalysis.Workspaces (3)
src\Compilers\Core\Portable\InternalUtilities\ReflectionUtilities.cs (3)
35
lazyType =
TryGetType
(assemblyQualifiedName) ?? Missing;
47
var type =
TryGetType
(contractName);
51
type =
TryGetType
(desktopName);