2 references to s_intrinsicSpecialTypes
Microsoft.CodeAnalysis.VisualBasic.Features (2)
Completion\KeywordRecommenders\Types\BuiltInTypesKeywordRecommender.vb (2)
107
Debug.Assert(s_intrinsicKeywordNames.Length =
s_intrinsicSpecialTypes
.Length)
114
Dim specialType As SpecialType = DirectCast(
s_intrinsicSpecialTypes
(i), SpecialType)