2 references to DocumentIdParam
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Extensions\SourceGeneratedDocumentUri.cs (2)
43
var uri = $"{Scheme}://{projectId}/{hintPath}?{
DocumentIdParam
}={documentId}&{HintNameParam}={hintName}&{AssemblyNameParam}={assemblyName}&{AssemblyVersionParam}={assemblyVersion}&{TypeNameParam}={typeName}";
65
var documentIdGuid = Guid.ParseExact(GetRequiredQueryValue(
DocumentIdParam
, query, documentUri.Query), GuidFormat);