8 references to VBImportScopeKind
Microsoft.CodeAnalysis.Features (8)
src\Dependencies\CodeAnalysis.Debugging\CustomDebugInfoReader.cs (8)
677
public static bool TryParseVisualBasicImportString(string import, out string? alias, out string? target, out ImportTargetKind kind, out
VBImportScopeKind
scope)
695
scope =
VBImportScopeKind
.Unspecified;
711
scope =
VBImportScopeKind
.Unspecified;
719
scope =
VBImportScopeKind
.Unspecified;
729
scope =
VBImportScopeKind
.Unspecified;
733
scope =
VBImportScopeKind
.File;
737
scope =
VBImportScopeKind
.Project;
819
scope =
VBImportScopeKind
.Unspecified;