7 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)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Utilities\CastAnalyzer.vb (2)
295If Not (castToOuterType.IsNullableValueType AndAlso castToOuterType.IsWidening) Then 317If castToOuterType.IsNullableValueType Then
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Utilities\CastAnalyzer.vb (2)
295If Not (castToOuterType.IsNullableValueType AndAlso castToOuterType.IsWidening) Then 317If castToOuterType.IsNullableValueType Then
Roslyn.Diagnostics.VisualBasic.Analyzers (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Utilities\CastAnalyzer.vb (2)
295If Not (castToOuterType.IsNullableValueType AndAlso castToOuterType.IsWidening) Then 317If castToOuterType.IsNullableValueType Then