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