3 references to GetSpecialType
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
Simplification\Simplifiers\ExpressionSimplifier.cs (1)
104
semanticModel, SpecialTypeAnnotation.
GetSpecialType
(memberAccess.GetAnnotations(SpecialTypeAnnotation.Kind).First()));
Simplification\Simplifiers\NameSimplifier.cs (1)
104
var keywordToken = TryGetPredefinedKeywordToken(semanticModel, SpecialTypeAnnotation.
GetSpecialType
(name.GetAnnotations(SpecialTypeAnnotation.Kind).First()));
Microsoft.CodeAnalysis.Workspaces (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Simplification\SimplificationHelpers.cs (1)
77
var specialType = SpecialTypeAnnotation.
GetSpecialType
(annotation2);