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