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