3 instantiations of MonikerKind
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Protocol\Moniker\MonikerKind.cs (3)
24
public static readonly MonikerKind Import =
new
("import");
29
public static readonly MonikerKind Export =
new
("export");
35
public static readonly MonikerKind Local =
new
("local");
6 references to MonikerKind
Microsoft.CodeAnalysis.LanguageServer.Protocol (6)
Protocol\Moniker\Moniker.cs (1)
45
public
MonikerKind
? Kind { get; init; }
Protocol\Moniker\MonikerKind.cs (5)
17
[JsonConverter(typeof(StringEnumConverter<
MonikerKind
>))]
18
[TypeConverter(typeof(StringEnumConverter<
MonikerKind
>.TypeConverter))]
24
public static readonly
MonikerKind
Import = new("import");
29
public static readonly
MonikerKind
Export = new("export");
35
public static readonly
MonikerKind
Local = new("local");