3 references to TryGetType
Microsoft.CodeAnalysis (3)
InternalUtilities\ReflectionUtilities.cs (3)
41lazyType = TryGetType(assemblyQualifiedName) ?? Missing; 56var type = TryGetType(contractName); 60type = TryGetType(desktopName);