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