1 write to Underlying
Microsoft.CodeAnalysis (1)
Symbols\Attributes\AttributeDescription.cs (1)
100Underlying = underlying;
2 references to Underlying
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Attributes\SourceAttributeData.cs (1)
272targetType = (byte)targetInfo.Underlying;
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Attributes\SourceAttributeData.vb (1)
172targetType = CByte(targetInfo.Underlying)