5 references to GetPredefinedKeywordKind
Microsoft.CodeAnalysis.VisualBasic.Workspaces (5)
Simplification\Simplifiers\AbstractVisualBasicSimplifier.vb (1)
117
Dim keywordKind =
GetPredefinedKeywordKind
(type.SpecialType)
Simplification\Simplifiers\ExpressionSimplifier.vb (2)
89
GetPredefinedKeywordKind
(SpecialTypeAnnotation.GetSpecialType(memberAccess.GetAnnotations(SpecialTypeAnnotation.Kind).First())))) _
132
Dim keywordKind =
GetPredefinedKeywordKind
(DirectCast(symbol, INamedTypeSymbol).SpecialType)
Simplification\Simplifiers\NameSimplifier.vb (2)
64
GetPredefinedKeywordKind
(SpecialTypeAnnotation.GetSpecialType(name.GetAnnotations(SpecialTypeAnnotation.Kind).First())),
161
Dim keywordKind =
GetPredefinedKeywordKind
(type.SpecialType)