8 references to VBImportScopeKind
Microsoft.CodeAnalysis.Debugging.Package (8)
CustomDebugInfoReader.cs (8)
678public static bool TryParseVisualBasicImportString(string import, out string? alias, out string? target, out ImportTargetKind kind, out VBImportScopeKind scope) 696scope = VBImportScopeKind.Unspecified; 712scope = VBImportScopeKind.Unspecified; 720scope = VBImportScopeKind.Unspecified; 730scope = VBImportScopeKind.Unspecified; 734scope = VBImportScopeKind.File; 738scope = VBImportScopeKind.Project; 820scope = VBImportScopeKind.Unspecified;