8 references to s_longLocalName
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (8)
Semantics\NameLengthTests.vb (8)
450
Dim source = Format(sourceTemplate,
s_longLocalName
)
452
Dim _longSquiggle_ As New String("~"c,
s_longLocalName
.Length)
455
BC42373: Local name '<%=
s_longLocalName
%>1' is too long for PDB. Consider shortening or compiling without /debug.
456
Dim <%=
s_longLocalName
%>1 As Long = 1
473
Dim source = Format(sourceTemplate,
s_longLocalName
)
475
Dim _longSquiggle_ As New String("~"c,
s_longLocalName
.Length)
478
BC42373: Local name '<%=
s_longLocalName
%>1' is too long for PDB. Consider shortening or compiling without /debug.
479
Const <%=
s_longLocalName
%>1 As Long = 1