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