Base:
property
Name
Microsoft.CodeAnalysis.VisualBasic.Symbol.Name
8 references to Name
Microsoft.CodeAnalysis.VisualBasic (7)
Binding\Binder_Expressions.vb (1)
1017
ReportDiagnostic(diagnostics, expr.Syntax, ERRID.ERR_VoidValue, DirectCast(expr, BoundLabel).Label.
Name
)
Binding\Binder_Statements.vb (1)
860
ReportDiagnostic(diagnostics, labelSyntax, ErrorFactory.ErrorInfo(errorID, label.
Name
))
Binding\ExecutableCodeBinder.vb (2)
91
map.Add(label.
Name
, label)
158
nameSet.AddSymbol(labelSymbol, labelSymbol.
Name
, 0)
Lowering\LambdaRewriter\LambdaRewriter.vb (3)
1346
node.Syntax.ToString(), String.Empty, label.
Name
)
1348
Me.Diagnostics.Add(ERRID.ERR_CannotGotoNonScopeBlocksWithClosure, node.Syntax.GetLocation(), "Goto ", label.
Name
, label.
Name
)
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (1)
Compilation\SemanticModelGetDeclaredSymbolAPITests.vb (1)
1599
Assert.Equal("Goo", LabelSymbol.
Name
)