2 writes to _type
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\TypeMapLazyDictionary.cs (2)
291
_type
= null;
302
_type
= TypeNameResolver.GetTypeHelper(
2 references to _type
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\TypeMapLazyDictionary.cs (2)
296
if (
_type
is null)
313
return
_type
;