8 references to VBImportScopeKind
Microsoft.CodeAnalysis.Features (8)
src\Dependencies\CodeAnalysis.Debugging\CustomDebugInfoReader.cs (8)
676
public static bool TryParseVisualBasicImportString(string import, out string alias, out string target, out ImportTargetKind kind, out
VBImportScopeKind
scope)
694
scope =
VBImportScopeKind
.Unspecified;
710
scope =
VBImportScopeKind
.Unspecified;
718
scope =
VBImportScopeKind
.Unspecified;
728
scope =
VBImportScopeKind
.Unspecified;
732
scope =
VBImportScopeKind
.File;
736
scope =
VBImportScopeKind
.Project;
818
scope =
VBImportScopeKind
.Unspecified;