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