1 write to _underlying
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\DelegateTypeTests.cs (1)
14903_underlying = underlying;
3 references to _underlying
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (3)
Semantics\DelegateTypeTests.cs (3)
14906internal override TypeSymbol UnderlyingTypeSymbol => _underlying; 14907internal override NamespaceOrTypeSymbol UnderlyingNamespaceOrTypeSymbol => _underlying; 14908internal override Symbol UnderlyingSymbol => _underlying;