1 write to _underlying
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\DelegateTypeTests.cs (1)
14773_underlying = underlying;
3 references to _underlying
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (3)
Semantics\DelegateTypeTests.cs (3)
14776internal override TypeSymbol UnderlyingTypeSymbol => _underlying; 14777internal override NamespaceOrTypeSymbol UnderlyingNamespaceOrTypeSymbol => _underlying; 14778internal override Symbol UnderlyingSymbol => _underlying;