1 write to _underlyingSymbol
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\NoPiaIllegalGenericInstantiationSymbol.vb (1)
22
_underlyingSymbol
= underlyingSymbol
4 references to _underlyingSymbol
Microsoft.CodeAnalysis.VisualBasic (4)
Symbols\NoPiaIllegalGenericInstantiationSymbol.vb (4)
27
Return
_underlyingSymbol
48
If
_underlyingSymbol
.IsErrorType() Then
49
Dim underlyingInfo As DiagnosticInfo = DirectCast(
_underlyingSymbol
, ErrorTypeSymbol).ErrorInfo
56
Return ErrorFactory.ErrorInfo(ERRID.ERR_CannotUseGenericTypeAcrossAssemblyBoundaries,
_underlyingSymbol
)