13 references to Type
Microsoft.CodeAnalysis.VisualBasic (6)
Binding\Binder_Conversions.vb (5)
52Dim targetType = BindTypeSyntax(node.Type, diagnostics)
65Dim targetType = BindTypeSyntax(node.Type, diagnostics)
176Dim targetType = BindTypeSyntax(node.Type, diagnostics)
240ReportDiagnostic(diagnostics, If(castSyntax IsNot Nothing, castSyntax.Type, node), ERRID.ERR_TryCastOfValueType1, targetType)
245ReportDiagnostic(diagnostics, If(castSyntax IsNot Nothing, castSyntax.Type, node), ERRID.ERR_TryCastOfUnconstrainedTypeParam1, targetType)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (2)
Microsoft.CodeAnalysis.VisualBasic.Features (2)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
Roslyn.Diagnostics.VisualBasic.Analyzers (1)