15 references to IsNullableValueType
Microsoft.CodeAnalysis.VisualBasic (1)
Semantics\Conversions.vb (1)
242Return New CommonConversion(Exists, IsIdentity, IsNumeric, IsReference, IsWidening, IsNullableValueType, MethodSymbol, constrainedToType:=Nothing)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (2)
CastAnalyzer.vb (2)
298If Not (castToOuterType.IsNullableValueType AndAlso castToOuterType.IsWidening) Then 320If castToOuterType.IsNullableValueType Then
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (10)
Compilation\SemanticModelAPITests.vb (5)
2042CInt(conv.IsArray) + CInt(conv.IsValueType) + CInt(conv.IsNullableValueType) + 2225Assert.True(conv.IsNullableValueType) 2235Assert.True(conv.IsNullableValueType) 2478Assert.True(conv1.IsNullableValueType) 2603Assert.True(conv1.IsNullableValueType)
Semantics\UserDefinedConversions.vb (5)
2838Assert.True(conv.IsNullableValueType) 2930Assert.True(conv.IsNullableValueType) 3029Assert.False(conv.IsNullableValueType) 3989Assert.False(conv.IsNullableValueType) 4057Assert.True(conv.IsNullableValueType)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
CastAnalyzer.vb (2)
298If Not (castToOuterType.IsNullableValueType AndAlso castToOuterType.IsWidening) Then 320If castToOuterType.IsNullableValueType Then