3 references to FromRuntimeTypeOfLiteralValue
Microsoft.CodeAnalysis.CSharp (1)
Binder\Binder_Expressions.cs (1)
6251
var specialType = SpecialTypeExtensions.
FromRuntimeTypeOfLiteralValue
(value);
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\Binder_Expressions.vb (1)
4434
Dim specialType As SpecialType = SpecialTypeExtensions.
FromRuntimeTypeOfLiteralValue
(value)
Preprocessor\CConst.vb (1)
39
Dim specialType = SpecialTypeExtensions.
FromRuntimeTypeOfLiteralValue
(value)