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)
49Return _importedName 113Return New VBDiagnostic(ErrorFactory.ErrorInfo(ERRID.WRN_UndefinedOrEmptyProjectNamespaceOrClass1, _importedName), NoLocation.Singleton) 120If (startindex < 0 OrElse length <= 0 OrElse startindex >= _importedName.Length) Then 123length = _importedName.Length 125length = Math.Min(_importedName.Length - startindex, length) 128Return New VBDiagnostic(New ImportDiagnosticInfo(DirectCast(unmappedDiag, DiagnosticWithInfo).Info, _importedName, startindex, length), NoLocation.Singleton)