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