1 write to _underlying
Microsoft.CodeAnalysis.CSharp (1)
Symbols\PublicModel\DynamicTypeSymbol.cs (1)
18_underlying = underlying;
5 references to _underlying
Microsoft.CodeAnalysis.CSharp (5)
Symbols\PublicModel\DynamicTypeSymbol.cs (5)
23Debug.Assert(nullableAnnotation != _underlying.DefaultNullableAnnotation); 25return new DynamicTypeSymbol(_underlying, nullableAnnotation); 28internal override CSharp.Symbol UnderlyingSymbol => _underlying; 29internal override Symbols.TypeSymbol UnderlyingTypeSymbol => _underlying; 30internal override Symbols.NamespaceOrTypeSymbol UnderlyingNamespaceOrTypeSymbol => _underlying;