1 write to _importedName
Microsoft.CodeAnalysis.VisualBasic (1)
GlobalImport.vb (1)
26
_importedName
= importedName
6 references to _importedName
Microsoft.CodeAnalysis.VisualBasic (6)
GlobalImport.vb (6)
49
Return
_importedName
113
Return New VBDiagnostic(ErrorFactory.ErrorInfo(ERRID.WRN_UndefinedOrEmptyProjectNamespaceOrClass1,
_importedName
), NoLocation.Singleton)
120
If (startindex < 0 OrElse length <= 0 OrElse startindex >=
_importedName
.Length) Then
123
length =
_importedName
.Length
125
length = Math.Min(
_importedName
.Length - startindex, length)
128
Return New VBDiagnostic(New ImportDiagnosticInfo(DirectCast(unmappedDiag, DiagnosticWithInfo).Info,
_importedName
, startindex, length), NoLocation.Singleton)