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