9 references to VBImportScopeKind
Microsoft.CodeAnalysis (8)
src\Dependencies\CodeAnalysis.Debugging\CustomDebugInfoReader.cs (8)
677public static bool TryParseVisualBasicImportString(string import, out string? alias, out string? target, out ImportTargetKind kind, out VBImportScopeKind scope) 695scope = VBImportScopeKind.Unspecified; 711scope = VBImportScopeKind.Unspecified; 719scope = VBImportScopeKind.Unspecified; 729scope = VBImportScopeKind.Unspecified; 733scope = VBImportScopeKind.File; 737scope = VBImportScopeKind.Project; 819scope = VBImportScopeKind.Unspecified;
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (1)
PDB\MethodDebugInfo.Native.cs (1)
550if (!CustomDebugInfoReader.TryParseVisualBasicImportString(importString, out alias, out target, out var kind, out var scope))