5 references to Strings
Microsoft.VisualBasic (1)
Microsoft.VisualBasic.cs (1)
70
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.
Strings
))]
Microsoft.VisualBasic.Core (4)
Microsoft\VisualBasic\CompilerServices\ObjectType.vb (2)
3594
SR.Format(SR.NoValidOperator_StringType1,
Strings
.Left(LeftString, MAX_INSERTION_SIZE))
3607
SR.Format(SR.NoValidOperator_StringType1,
Strings
.Left(RightString, MAX_INSERTION_SIZE))
Microsoft\VisualBasic\CompilerServices\Operators.vb (2)
103
SR.Format(SR.NoValidOperator_StringType1,
Strings
.Left(leftString, maxInsertionSize))
116
SR.Format(SR.NoValidOperator_StringType1,
Strings
.Left(rightString, maxInsertionSize))