4 references to GuidFormat
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Extensions\SourceGeneratedDocumentUri.cs (4)
36var projectId = identity.DocumentId.ProjectId.Id.ToString(GuidFormat); 37var documentId = identity.DocumentId.Id.ToString(GuidFormat); 58var projectIdGuidOnly = ProjectId.CreateFromSerialized(Guid.ParseExact(documentUri.Host, GuidFormat)); 65var documentIdGuid = Guid.ParseExact(GetRequiredQueryValue(DocumentIdParam, query, documentUri.Query), GuidFormat);