1 write to UnderlyingNamedType
Microsoft.CodeAnalysis (1)
Emit\NoPia\CommonEmbeddedType.cs (1)
55
this.
UnderlyingNamedType
= underlyingNamedType;
8 references to UnderlyingNamedType
Microsoft.CodeAnalysis (8)
Emit\NoPia\CommonEmbeddedType.cs (8)
156
if (
UnderlyingNamedType
.IsEnum && signatureIndex == 0 && TypeManager.TryGetAttributeArguments(attrData, out constructorArguments, out namedArguments, syntaxNodeOpt, diagnostics))
567
return
UnderlyingNamedType
.IsEnum;
575
return
UnderlyingNamedType
.IsValueType;
675
return
UnderlyingNamedType
.MangleName;
684
return
UnderlyingNamedType
.AssociatedFileIdentifier;
693
return
UnderlyingNamedType
.Name;
706
return
UnderlyingNamedType
.NamespaceName;
715
return
UnderlyingNamedType
.GetInternalSymbol().GetISymbol().ToDisplayString(SymbolDisplayFormat.ILVisualizationFormat);