1 write to UnderlyingNamedType
Microsoft.CodeAnalysis (1)
Emit\NoPia\CommonEmbeddedType.cs (1)
56
this.
UnderlyingNamedType
= underlyingNamedType;
8 references to UnderlyingNamedType
Microsoft.CodeAnalysis (8)
Emit\NoPia\CommonEmbeddedType.cs (8)
157
if (
UnderlyingNamedType
.IsEnum && signatureIndex == 0 && TypeManager.TryGetAttributeArguments(attrData, out constructorArguments, out namedArguments, syntaxNodeOpt, diagnostics))
568
return
UnderlyingNamedType
.IsEnum;
576
return
UnderlyingNamedType
.IsValueType;
676
return
UnderlyingNamedType
.MangleName;
685
return
UnderlyingNamedType
.AssociatedFileIdentifier;
694
return
UnderlyingNamedType
.Name;
707
return
UnderlyingNamedType
.NamespaceName;
716
return
UnderlyingNamedType
.GetInternalSymbol().GetISymbol().ToDisplayString(SymbolDisplayFormat.ILVisualizationFormat);