1 write to Type
Microsoft.CodeAnalysis (1)
PEWriter\ExportedType.cs (1)
31
Type
= type;
7 references to Type
Microsoft.CodeAnalysis (5)
PEWriter\ExportedType.cs (1)
24
/// If <see cref="
Type
"/> is a nested type defined in a linked netmodule,
PEWriter\MetadataWriter.cs (3)
2221
if ((namespaceTypeRef = exportedType.
Type
.AsNamespaceTypeReference) != null)
2231
else if ((nestedRef = exportedType.
Type
.AsNestedTypeReference) != null)
2253
typeDefinitionId: exportedType.IsForwarder ? 0 : MetadataTokens.GetToken(exportedType.
Type
.TypeDef));
PEWriter\ReferenceIndexer.cs (1)
39
VisitExportedType(exportedType.
Type
);
Microsoft.CodeAnalysis.CSharp (1)
Emitter\Model\PEModuleBuilder.cs (1)
657
var type = (NamedTypeSymbol)exportedType.
Type
.GetInternalSymbol();
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\PEModuleBuilder.vb (1)
439
Dim typeReference As Cci.ITypeReference = exportedType.
Type