1 write to _underlying
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\DelegateTypeTests.cs (1)
14805_underlying = underlying;
3 references to _underlying
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (3)
Semantics\DelegateTypeTests.cs (3)
14808internal override TypeSymbol UnderlyingTypeSymbol => _underlying; 14809internal override NamespaceOrTypeSymbol UnderlyingNamespaceOrTypeSymbol => _underlying; 14810internal override Symbol UnderlyingSymbol => _underlying;