5 overrides of InternalFullNameOfAssembly
System.Private.CoreLib (5)
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeNamedTypeInfo.cs (1)
179internal sealed override string InternalFullNameOfAssembly
System\Reflection\Runtime\TypeInfos\RuntimeConstructedGenericTypeInfo.cs (1)
205internal sealed override string InternalFullNameOfAssembly
System\Reflection\Runtime\TypeInfos\RuntimeFunctionPointerTypeInfo.cs (1)
109internal override string InternalFullNameOfAssembly => string.Empty;
System\Reflection\Runtime\TypeInfos\RuntimeGenericParameterTypeInfo.cs (1)
103internal sealed override string InternalFullNameOfAssembly
System\Reflection\Runtime\TypeInfos\RuntimeHasElementTypeInfo.cs (1)
147internal sealed override string InternalFullNameOfAssembly
3 references to InternalFullNameOfAssembly
System.Private.CoreLib (3)
System\Reflection\Runtime\TypeInfos\RuntimeConstructedGenericTypeInfo.cs (1)
209return GenericTypeDefinitionTypeInfo.InternalFullNameOfAssembly;
System\Reflection\Runtime\TypeInfos\RuntimeHasElementTypeInfo.cs (1)
151return _key.ElementType.InternalFullNameOfAssembly;
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.cs (1)
72string assemblyName = InternalFullNameOfAssembly;