3 references to DelayedType
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\TypeMapLazyDictionary.cs (3)
341
_lazyData.Add(key, new
DelayedType
(targetType, fallbackAssembly));
418
Source = new
DelayedType
(sourceTypeName, fallbackAssembly),
419
Proxy = new
DelayedType
(proxyTypeName, fallbackAssembly)