3 references to ProjectGuidKey
Microsoft.CodeAnalysis.Features (3)
Completion\Providers\AbstractInternalsVisibleToCompletionProvider.cs (3)
21
private const string ProjectGuidKey = nameof(
ProjectGuidKey
);
160
properties: ImmutableDictionary.Create<string, string>().Add(
ProjectGuidKey
, projectGuid));
270
var projectIdGuid = item.Properties[
ProjectGuidKey
];