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