7 references to IsForwarder
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
3829
if (!exportedType.
IsForwarder
)
Microsoft.CodeAnalysis.Features (1)
PdbSourceDocument\ImplementationAssemblyLookupService.cs (1)
201
if (et.
IsForwarder
&& et.Implementation.Kind == HandleKind.AssemblyReference)
Microsoft.DotNet.GenFacades (1)
GenPartialFacadeSourceGenerator.cs (1)
122
if (exportedType.
IsForwarder
)
System.Reflection.Metadata (2)
System\Reflection\Metadata\Ecma335\ExportedTypeExtensions.cs (1)
14
/// target TypeDef table. Ignored and should be zero if <see cref="ExportedType.
IsForwarder
"/> is
System\Reflection\Metadata\TypeSystem\ExportedType.cs (1)
77
/// <item><description><see cref="AssemblyReferenceHandle"/> representing another assembly if <see cref="
IsForwarder
"/> is true.</description></item>
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Assemblies\Ecma\EcmaAssembly.cs (1)
87
if (!exportedType.
IsForwarder
)
System\Reflection\TypeLoading\Modules\Ecma\EcmaModule.GetTypeCore.cs (1)
45
if (!et.
IsForwarder
)