1 override of GetSystemType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Attributes\RetargetingAttributeData.cs (1)
33
internal override TypeSymbol
GetSystemType
(Symbol targetSymbol)
1 reference to GetSystemType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Attributes\SourceAttributeData.cs (1)
404
lazySystemType ??=
GetSystemType
(targetSymbol);