3 instantiations of TypeNameUtf8
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\TypeMapLazyDictionary.cs (3)
132TypeNameUtf8 targetTypeName = new() 162TypeNameUtf8 sourceTypeName = new() 167TypeNameUtf8 proxyTypeName = new()
8 references to TypeNameUtf8
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\TypeMapLazyDictionary.cs (8)
132TypeNameUtf8 targetTypeName = new() 162TypeNameUtf8 sourceTypeName = new() 167TypeNameUtf8 proxyTypeName = new() 282private TypeNameUtf8 _typeNameUtf8; 287public DelayedType(TypeNameUtf8 typeNameUtf8, RuntimeAssembly fallbackAssembly) 334public void Add(string key, TypeNameUtf8 targetType, RuntimeAssembly fallbackAssembly) 410TypeNameUtf8 sourceTypeName, 411TypeNameUtf8 proxyTypeName,