1 write to _underlying
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\DelegateTypeTests.cs (1)
11467_underlying = underlying;
3 references to _underlying
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (3)
Semantics\DelegateTypeTests.cs (3)
11470internal override TypeSymbol UnderlyingTypeSymbol => _underlying; 11471internal override NamespaceOrTypeSymbol UnderlyingNamespaceOrTypeSymbol => _underlying; 11472internal override Symbol UnderlyingSymbol => _underlying;