1 write to _underlying
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\DelegateTypeTests.cs (1)
14877_underlying = underlying;
3 references to _underlying
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (3)
Semantics\DelegateTypeTests.cs (3)
14880internal override TypeSymbol UnderlyingTypeSymbol => _underlying; 14881internal override NamespaceOrTypeSymbol UnderlyingNamespaceOrTypeSymbol => _underlying; 14882internal override Symbol UnderlyingSymbol => _underlying;