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